Skip to main content
Glama
longngo192

Google Cloud Docs MCP Server

by longngo192

fetch_google_cloud_doc

Extract content from specific Google Cloud documentation pages by providing the exact path to retrieve detailed technical information in structured format.

Instructions

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:

  • title: Page title

  • url: Full URL

  • content: Markdown-formatted documentation content (max 20,000 chars)

  • contentLength: Total content length

  • truncated: Whether content was truncated

COMMON PATHS:

  • Compute: compute/docs/instances/create-start-instance

  • Storage: storage/docs/creating-buckets, storage/docs/encryption

  • BigQuery: bigquery/docs/partitioned-tables, bigquery/docs/clustered-tables

  • Cloud SQL: sql/docs/high-availability, sql/docs/replication

  • GKE: kubernetes-engine/docs/how-to/cluster-autoscaler

  • IAM: iam/docs/understanding-roles, iam/docs/service-accounts

  • VPC: vpc/docs/vpc-peering, vpc/docs/shared-vpc

  • Cloud Run: run/docs/configuring/environment-variables

TIP: If you don't know the exact path, use 'search_google_cloud_docs' first to find relevant documentation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesThe documentation path after cloud.google.com/ (e.g., 'compute/docs/instances/create-start-instance', 'storage/docs/creating-buckets')

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/longngo192/gcpdoc-mcp'

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