Google Cloud Docs MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| fetch_google_cloud_docA | Fetch and extract content from a specific Google Cloud documentation page. WHEN TO USE: Use this tool when you already know the exact documentation path you need, or when you want to get detailed content from a specific GCP documentation page. INPUT: Documentation path after cloud.google.com/ (e.g., 'compute/docs/instances/create-start-instance', 'storage/docs/creating-buckets') OUTPUT: Returns JSON with:
COMMON PATHS:
TIP: If you don't know the exact path, use 'search_google_cloud_docs' first to find relevant documentation. |
| search_google_cloud_docsA | Search Google Cloud documentation with any free-form query. Returns relevant documentation with actual content. WHEN TO USE: ALWAYS use this tool when the user asks about Google Cloud Platform (GCP) services, configurations, best practices, or how-to questions. This is the PRIMARY tool for GCP-related queries. TRIGGERS - Use this tool when user asks about:
INPUT:
EXAMPLE QUERIES:
OUTPUT: Returns JSON with:
SUPPORTED TOPICS (80+ mappings):
|
| list_google_cloud_productsA | List all available Google Cloud products with their documentation paths. WHEN TO USE: Use this tool when:
OUTPUT: Returns JSON with:
PRODUCTS INCLUDED (20+):
TIP: Use the returned 'docsPath' with 'fetch_google_cloud_doc' to get detailed documentation. |
| get_api_referenceA | Get REST API reference documentation for a specific Google Cloud service. WHEN TO USE: Use this tool when:
INPUT:
SUPPORTED SERVICES & RESOURCES:
OUTPUT: Returns JSON with:
EXAMPLE USAGE:
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/longngo192/gcpdoc-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server