Skip to main content
Glama

read_document

Read a specific documentation file by providing its exact filename. Access MST Chain ecosystem docs directly.

Instructions

Reads and returns the contents of a specific documentation file.

Args: filename: The exact name of the file to read (e.g., 'SDK.txt').

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filenameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden. It clearly states the action (reads and returns contents), and the singular required parameter (filename) limits behavioral ambiguity. Return format is not detailed, but an output schema exists to supplement. No contradictions found.

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 extremely concise: one line of purpose followed by one line for the parameter. Every sentence is necessary and adds value. No fluff.

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?

The description is adequate for a simple read operation with one parameter and an output schema. However, it does not specify return format behavior (e.g., returns raw text, structured data, metadata) or mention error cases (e.g., file not found). For completeness, it could hint at what the output schema provides.

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?

Schema description coverage is 0%, so the description must compensate. It explains 'filename: The exact name of the file to read' with an example ('SDK.txt'), adding meaning beyond the schema's property type and title. This clearly helps an agent understand what value to provide.

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 reads and returns the contents of a documentation file. The verb 'reads' and resource 'documentation file' are specific. The tool's purpose is distinct from siblings like list_documents (listing) and search_documents (searching).

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?

The description implies usage when a specific file content is needed, but it does not explicitly differentiate from siblings. It mentions the filename argument format, but no guidance on when to use read_document vs search_documents (e.g., if searching, use search_documents).

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

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/vipulsutar11/mst-mcp'

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