Skip to main content
Glama

GCP MCP

by henihaddad

list_firestore_collections

Retrieve a list of collections from a specified Firestore database by providing the GCP project ID and optional database ID to organize and manage your data.

Instructions

List collections in a Firestore database. Args: project_id: The ID of the GCP project database_id: The ID of the Firestore database (default is "(default)") Returns: List of collections in the specified Firestore database

Input Schema

NameRequiredDescriptionDefault
database_idNo(default)
project_idYes

Input Schema (JSON Schema)

{ "properties": { "database_id": { "default": "(default)", "title": "Database Id", "type": "string" }, "project_id": { "title": "Project Id", "type": "string" } }, "required": [ "project_id" ], "title": "list_firestore_collectionsArguments", "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/henihaddad/gcp-mcp'

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