Skip to main content
Glama
fastmcp-me

gcp-mcp

by fastmcp-me

list_gcp_services

Retrieve a list of enabled services/APIs for a given Google Cloud project ID to see what resources are active.

Instructions

    List enabled services/APIs in a GCP project.
    
    Args:
        project_id: The ID of the GCP project to list services for
    
    Returns:
        List of enabled services in the specified GCP project
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYes
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses the action (listing), the input, and the return value, but omits details such as authentication requirements, pagination, or error behavior. For a read-only list operation, this is adequate but minimal.

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 one-sentence summary, an Args section, and a Returns section. It is well-structured, front-loaded with the main purpose, and contains no fluff.

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 one-parameter list tool, the description covers the function, the parameter, and the return value. It lacks advanced context like permissions or pagination, but given the tool's simplicity, it is sufficiently complete for an agent to select and invoke it correctly.

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?

The schema only defines project_id as a string without description. The description adds meaning by stating 'The ID of the GCP project to list services for', which clarifies the parameter's purpose beyond what the schema provides.

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 clearly states 'List enabled services/APIs in a GCP project' using a specific verb and resource. The term 'enabled services/APIs' distinguishes this from sibling tools like list_gcp_projects, which lists projects.

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 gives no explicit guidance on when to use this tool vs alternatives. However, the tool's purpose is clear from the name and description, so usage is implicitly understood. With many sibling list tools, a note differentiating it from list_gcp_projects or list_assets would be helpful.

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