Skip to main content
Glama

get_documentation_page

Retrieve the full content of a specific documentation page.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
page_pathYesPath to a docs page: repo path (docs/.../page.md), short path, or a GitHub URL.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • changedInput schema / $schema
      Previous value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema"
    • removedInput schema / additionalProperties
      Removed value: -false
  2. First observed

TDQS

B3.3/5.0
Behavior3/5

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

With no annotations, the description should disclose behavioral traits. 'Retrieve' implies a non-mutating lookup, and 'full content' hints at the outcome, but it does not describe error behaviors, return format, or access restrictions. This is the minimum viable transparency.

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?

A single sentence with zero waste; the verb and object are front-loaded. It is an ideal concise description for the given function.

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

Completeness3/5

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

For a simple one-parameter retrieval tool with no output schema, the description is generally adequate, but it misses reinforcement of usage context and return expectations, leaving some ambiguity for an agent deciding whether this fulfills a request.

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

Parameters3/5

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

The input schema already describes page_path thoroughly (repo path, short path, or GitHub URL), and the tool description adds no extra semantic beyond the page reference. At 100% schema coverage, the baseline of 3 is appropriate.

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 names a clear action ('Retrieve') and a clear resource ('full content of a specific documentation page'). It is easy to distinguish it from search-like siblings, but it does not explicitly contrast with them, so it falls slightly short of full sibling differentiation.

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

Usage Guidelines2/5

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

No guidance is given on when to pick this tool over list_documentation_sections, search_documentation, or get_cheaha_quick_start. The description only states the function, leaving the agent to infer that it is for known page paths.

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.

Resources