Skip to main content
Glama
fastmcp-me

gcp-mcp

by fastmcp-me

get_vpc_details

Get detailed information about a specific GCP VPC network by providing the project ID and network name.

Instructions

    Get detailed information about a specific VPC network.
    
    Args:
        project_id: The ID of the GCP project
        network_name: The name of the VPC network
    
    Returns:
        Detailed information about the specified VPC network
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYes
network_nameYes
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It only says 'Get detailed information' without mentioning that the operation is read-only (though implied), error behavior for non-existent networks, response format, or any permissions required. The description adds little beyond what the tool name suggests.

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

Conciseness4/5

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

The description is compact, using a standard Args/Returns docstring format. It is front-loaded with a clear purpose. However, the Returns line repeats the first sentence nearly verbatim, which is slightly redundant.

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

Completeness3/5

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

For a simple two-parameter getter, the description is adequate but not complete. It does not specify what 'detailed information' includes (no output schema exists), and it gives no context about when to use this vs. list_vpc_networks. The existing sibling tools and schema structure suggest a more detailed description could clarify return fields and usage context.

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

Parameters2/5

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

The input schema has 0% description coverage, so the description must compensate. It provides one-liners for each parameter (project_id, network_name), but these add minimal meaning beyond the parameter names themselves, which are already self-explanatory. No format constraints, examples, or special values are given.

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 the tool's action ('Get detailed information') and resource ('a specific VPC network'), using a specific verb and object. It distinguishes itself from sibling tools like list_vpc_networks by emphasizing 'specific' rather than listing all networks.

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?

Usage is implied: you need to provide a project_id and network_name to get details for one specific VPC. However, there is no explicit guidance on when to prefer this over list_vpc_networks or other list tools, and no prerequisites like knowing the network name beforehand are stated.

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