INDIVIDUAL MCP TOOL
get_sheet_tab
Get a single tab from a spreadsheet (sheet, excel, workbook), including all cell data in A1 notation.
LIVE ENDPOINT
https://mcp.mila.gg
Connect to this endpoint to inspect the live schema for get_sheet_tab and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.mila]
url = "https://mcp.mila.gg"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mila": {
"type": "http",
"url": "https://mcp.mila.gg"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mila
Remote MCP URL: https://mcp.mila.gg
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"mila": {
"url": "https://mcp.mila.gg"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mila": {
"type": "http",
"url": "https://mcp.mila.gg"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mila",
"transport": "streamable-http",
"url": "https://mcp.mila.gg"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_servers— List all workspaces (servers) you have access to.list_documents— List all documents (docs, word, notes, pages).get_document— Get a document (doc, word, note, page) by ID, including its full content (title, HTML body, metadata).create_document— Create a new document.update_document— Update an existing document (doc, word, note).delete_document— Permanently delete a document (doc, word, note) by ID.append_to_document— Append HTML content to the end of an existing document (doc, word, note) without replacing existing content.list_sheets— List all spreadsheets (sheets, excel, workbooks) with their tab metadata (no cell data).