Skip to main content
Glama

get_page

Retrieve complete text and code examples from Griptape documentation. Provide a page URL or title to access accurate content for building agents and pipelines.

Instructions

Get the full content of a specific documentation page.

Retrieves the complete text content and code examples for a page. You can pass either the full URL or a partial title to match.

Args: url_or_title: Full URL (e.g. "https://docs.griptape.ai/stable/griptape-framework/structures/agents/") or partial title (e.g. "Agents")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
url_or_titleYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations provided; description does not explicitly state read-only behavior or any side effects, though the action is clearly a retrieval. Missing disclosure on authentication or rate limits.

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?

Concise two-sentence summary plus an Args section; no wasted words. Could be slightly more structured with bullet points, but overall efficient.

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

Completeness4/5

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

Given the presence of an output schema (not shown), the description covers the tool's core function well. Lacks guidance on edge cases or comparison with search_docs for non-exact matches, but adequate for a simple retrieval tool.

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

Parameters5/5

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

With 0% schema coverage, the description fully documents the single parameter, explaining both acceptable formats (full URL or partial title) and providing concrete examples, exceeding the schema's bare definition.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool retrieves full page content including code examples, distinguishing it from sibling tools like get_code_examples which may focus solely on code. However, it doesn't explicitly differentiate from search_docs.

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?

Provides instructions on how to use the parameter (URL or partial title) with examples, but lacks guidance on when to use this tool vs. siblings like search_docs or get_code_examples.

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/KianSalem/griptape-mcp'

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