get_doc
Fetch full documentation page content from Google Agent Platform or Vertex AI docs. Provide the page path and optional source to get complete markdown content, retrieved live if not cached.
Instructions
Get full content of a specific documentation page.
Args: path: Documentation page path, e.g.: GEAP paths: - "models/gemini/3-1-pro" - "build/runtime/quickstart" - "scale/memory-bank/setup" - "govern/policies/overview" - "optimize/evaluation/agent-evaluation" - "agent-studio/overview" Vertex AI paths: - "multimodal/function-calling" - "rag-engine/rag-overview" - "models/gemini/2-5-flash" source: "geap" (default) or "vertex-ai"
Returns: Complete page content in Markdown format. If not cached, fetches live from the documentation site.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| source | No | geap |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |