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
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | The documentation path after cloud.google.com/ (e.g., 'compute/docs/instances/create-start-instance', 'storage/docs/creating-buckets') |