Skip to main content
Glama

load_documentation_page

Retrieve documentation page content from a Dash API URL to access detailed information after searching documentation sets.

Instructions

Load a documentation page from a load_url returned by search_documentation.

Args:
    load_url: The load_url value from a search result (must point to the local Dash API at 127.0.0.1)

Returns:
    The documentation page content as plain text with markdown-style links

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
load_urlYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
errorNoError message if there was an issue
contentYesThe documentation page content
load_urlYesThe URL that was loaded
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It adequately describes the core operation (loading content) and output format ('plain text with markdown-style links'), but lacks details about error handling, performance characteristics, or authentication requirements. The description doesn't contradict any annotations (since none exist), but could provide more complete behavioral context for a tool that presumably makes network requests.

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 perfectly structured and concise, with three focused sentences that each earn their place: the purpose statement, parameter guidance, and return value description. It's front-loaded with the core functionality and wastes no words while covering all essential information.

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 tool's moderate complexity (network request to load documentation), no annotations, and the presence of an output schema (which handles return value documentation), the description is mostly complete. It covers purpose, usage context, parameter semantics, and output format. The main gap is lack of error handling or performance details, but with an output schema handling return values, this is acceptable.

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

Parameters4/5

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

The description adds significant meaning beyond the input schema, which has 0% description coverage. It explains that the load_url parameter must come from 'search_documentation' results and must point to 'the local Dash API at 127.0.0.1', providing crucial context about parameter provenance and format that the schema alone doesn't capture. For a single parameter with no schema descriptions, this represents good compensation.

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 purpose with specific verbs ('Load a documentation page') and resources ('from a load_url returned by search_documentation'), distinguishing it from sibling tools like search_documentation (which finds pages) and list_installed_docsets (which lists available documentation sets). The description explicitly references the sibling tool search_documentation, establishing a clear workflow relationship.

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 provides explicit guidance on when to use this tool ('from a load_url returned by search_documentation') and includes important prerequisites about the URL format ('must point to the local Dash API at 127.0.0.1'). This creates clear context for usage and distinguishes it from alternative approaches that might involve different URL sources or direct file loading.

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/Kapeli/dash-mcp-server'

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