Skip to main content
Glama

Firebase MCP

firestore_add_document

Add structured data to a Firestore collection using Firebase MCP. Specify the collection name and document data to store information efficiently in Firestore.

Instructions

Add a document to a Firestore collection

Input Schema

NameRequiredDescriptionDefault
collectionYesCollection name
dataYesDocument data

Input Schema (JSON Schema)

{ "properties": { "collection": { "description": "Collection name", "type": "string" }, "data": { "description": "Document data", "type": "object" } }, "required": [ "collection", "data" ], "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/gannonh/firebase-mcp'

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