Skip to main content
Glama

get_doc_page

Read-only

Get the full content of a Chainstack documentation page.

Use after search_docs to fetch the complete page when a snippet isn't enough.

Args: page: Page path from search results — pass the page field from a search_docs result (e.g., "docs/ethereum-trader-nodes"). The leading slash, the .mdx extension, and the docs.chainstack.com URL prefix are all optional and stripped if present.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

TDQS

A4.8/5.0
Behavior4/5

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

Annotations already declare the operation as read-only, so the description doesn't need to restate that. It adds valuable behavioral context by explaining that the page path is normalized—leading slash, .mdx extension, and URL prefix are 'optional and stripped if present.' This goes beyond the structured annotations and helps the agent understand input flexibility.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and front-loaded, starting with a one-sentence purpose statement, followed by a usage guideline and parameter details. Each sentence contributes meaningfully; there is no wasted text or repetition of schema information. The structure is easy to parse and the ARGS section clearly explains the single parameter.

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

Completeness5/5

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

The description, combined with the existing output schema and annotations, provides a complete picture for a low-complexity tool. It covers the input parameter fully, specifies usage context, and does not need to explain return values because the output schema exists. The tool's behavior is well-scoped and safe, with no missing critical information.

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?

Although the schema has no description for the 'page' parameter, the tool description provides comprehensive guidance: pass the `page` field from a search_docs result, with an example path and explicit clarification about optional prefixes and extensions. This fully compensates for the 0% schema coverage and makes the parameter unambiguous.

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

Purpose5/5

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

The description clearly states the tool's function: 'Get the full content of a Chainstack documentation page.' It uses a specific verb and resource, and distinguishes itself from the sibling search_docs by emphasizing retrieval of the complete page rather than snippets. This differentiation is explicit in the usage note.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly says 'Use after search_docs to fetch the complete page when a snippet isn't enough,' providing clear when-to-use guidance and naming the relevant sibling tool. It implies a sequential workflow and indicates the alternative (search_docs) returns partial content, making it easy for the agent to choose correctly.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.2/5.0
Disambiguation5/5

Each tool targets a distinct resource and action: nodes, projects, docs, pricing, status, org, faucet, and contact. There is no overlap between list/get, create/update/delete, or the doc search vs fetch tools.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (create_node, get_project, list_nodes, update_node, delete_project). Underscore separator and lowercase are used throughout with no mixed conventions.

Tool Count4/5

At 18 tools, the set is slightly above the typical 3-15 range but each tool serves a distinct purpose within the platform's domain. The count is appropriate for a platform with project, node, documentation, pricing, status, and faucet features.

Completeness5/5

The tool set provides full CRUD for both projects and nodes, plus deployment options, pricing, docs search/retrieval, platform status, organization info, testnet faucet, and a contact channel. There are no obvious dead ends for the workflows the server advertises.