Skip to main content
Glama
fastmcp-me

gcp-mcp

by fastmcp-me

list_firestore_collections

List all collections in a Firestore database using a GCP project ID. Optionally specify the database ID to view collections from a non-default database.

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

TableJSON Schema
NameRequiredDescriptionDefault
project_idYes
database_idNo(default)
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full burden. It discloses that it returns a list of collections, which implies a read-only operation, but it does not explicitly state safety, permissions, or pagination behavior. The description is adequate for a simple list but lacks deeper behavioral context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a concise docstring with a clear header sentence followed by structured Args and Returns sections. Every part earns its place, with no redundant or filler content.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple list tool with two parameters and no output schema, the description covers the purpose, parameters, and return value adequately. It could optionally mention pagination or error behavior, but given the low complexity, this is nearly complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate. It does so by explaining both parameters: 'project_id' as the GCP project ID and 'database_id' as the Firestore database ID with a default value. This adds meaningful semantic detail beyond the raw schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses the specific verb 'List' and clearly identifies the resource ('collections in a Firestore database'). It naturally distinguishes from sibling tools like list_firestore_databases and list_storage_buckets by specifying the exact object type being listed.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description states what the tool does but gives no explicit guidance on when to prefer it over alternatives, nor does it mention any exclusions or prerequisites. Usage is implied by the tool's name and function, but there is no direct comparative guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/fastmcp-me/gcp-mcp-henihaddad'

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