Skip to main content
Glama

Firebase MCP Server

by gemini-dk

firestore_get_document

Retrieve a specific document from a Firestore collection by providing the collection name and document ID using the Firebase MCP Server interface.

Instructions

Get a document from a Firestore collection

Input Schema

NameRequiredDescriptionDefault
collectionYesCollection name
idYesDocument ID

Input Schema (JSON Schema)

{ "properties": { "collection": { "description": "Collection name", "type": "string" }, "id": { "description": "Document ID", "type": "string" } }, "required": [ "collection", "id" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/gemini-dk/mcp-server-firebase'

If you have feedback or need assistance with the MCP directory API, please join our Discord server