get_document — mcp MCP Tool Read-only
get_document
(get document) is one of 23 tools on the
mcp
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call get_document from your client
- Claude Code mcp get_document run in your project directory
- Claude Desktop mcp get_document ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor mcp get_document ~/.cursor/mcp.json
- VS Code mcp get_document .vscode/mcp.json
- Zed mcp get_document ~/.config/zed/settings.json
- Windsurf mcp get_document ~/.codeium/windsurf/mcp_config.json
- Cline mcp get_document ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI mcp get_document ~/.gemini/settings.json
- Grok mcp get_document .mcp.json (in your project root)
- ChatGPT mcp get_document Settings → Connectors → Advanced → Developer mode
- Claude.ai mcp get_document Settings → Connectors → Add custom connector
- LangChain mcp get_document pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http mcp https://firestore.googleapis.com/mcp
Other tools on this server
- add_document
- update_document
- delete_document
- list_documents
- list_collections
- create_database
- get_database
- list_databases
- update_database
- delete_database
- create_index
- get_index
- list_indexes
- delete_index
- get_backup
- list_backups
- delete_backup
- create_backup_schedule
- get_backup_schedule
- list_backup_schedules
- update_backup_schedule
- delete_backup_schedule
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.