Skip to main content
Glama

read_doc

Retrieve the complete content of a Gonka documentation file by providing its filename. Access code examples and commands after identifying the file with query_graph.

Instructions

Read the full text of a Gonka documentation file by filename. Use this after query_graph identifies a relevant file to get complete content with code examples and commands.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filenameYes
max_charsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations provided, so description carries full burden. Mentions reading 'full text' but does not disclose behavioral traits such as being read-only, potential size limits (despite max_chars parameter), or error behavior. Minimal disclosure beyond basic function.

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?

Two sentences: first states purpose, second gives usage context. No redundant words or fluff. Highly concise.

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?

Covers the essential usage flow (use after query_graph). Lacks discussion of error handling, authentication requirements, or file-not-found scenarios. With an output schema likely present, the return value is covered. Adequate for a simple read tool.

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

Parameters2/5

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

Schema description coverage is 0%, yet the description does not explain any parameters (filename, max_chars). It does not clarify what filename must be or how max_chars affects output. The purpose implies filename is the file path, but no detail given.

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 verb ('Read'), resource ('Gonka documentation file'), and how to identify it ('by filename'). It distinguishes from sibling tools like list_docs (listing) and query_graph (searching) by specifying its role after identification.

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

Usage Guidelines4/5

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

Explicitly says 'Use this after query_graph identifies a relevant file', providing strong contextual guidance. Lacks explicit when-not-to-use or alternatives, but the usage context is clear enough.

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/bystray/gonka-mcp-server'

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