Skip to main content
Glama

Firebase MCP

firestore_list_collections

List Firestore collections or subcollections under a specified document path. Supports pagination and limits to manage large datasets efficiently.

Instructions

List collections in Firestore. If documentPath is provided, returns subcollections under that document; otherwise returns root collections.

Input Schema

NameRequiredDescriptionDefault
documentPathNoOptional parent document path
limitNoNumber of collections to return
pageTokenNoToken for pagination to get the next page of results

Input Schema (JSON Schema)

{ "properties": { "documentPath": { "description": "Optional parent document path", "type": "string" }, "limit": { "default": 20, "description": "Number of collections to return", "type": "number" }, "pageToken": { "description": "Token for pagination to get the next page of results", "type": "string" } }, "required": [], "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