Skip to main content
Glama

Firebase MCP Server

by gemini-dk

firestore_add_document

Add structured data as a document to a specified Firestore collection using the Firebase MCP Server interface for simplified database management.

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/gemini-dk/mcp-server-firebase'

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