Skip to main content
Glama

wiki_read

Read wiki pages with section navigation for efficient access. Supports single or multiple pages, and uses table of contents to jump directly to relevant sections.

Instructions

Read one or more wiki pages. Single page: pass page. Multiple pages: pass pages array — reads all in one request, saving N-1 round trips. RECOMMENDED WORKFLOW: (1) call without 'section' to get the TOC for large pages, (2) use wiki_search 'section' field to jump directly to the relevant heading, (3) call with 'section' to read only that part. Large pages without 'section' are truncated at 200 lines — check 'truncated' and 'toc' in the response.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage path relative to wiki/ (e.g. 'concept-gil.md'). Use for single-page reads.
pagesNoArray of page paths for multi-page reads. Returns an array of results in one request.
sectionNoHeading to read (e.g. '## Installation'). Case-insensitive partial match. Returns that section and its sub-sections only. Use the 'section' field from wiki_search results to navigate directly.
offsetNoFirst line to return, 0-indexed (default: 0). Fallback for line-based paging when section navigation is insufficient.
limitNoMax lines to return (default: 200, max: 500).
Behavior5/5

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

No annotations are provided, so the description fully assumes the burden of behavioral disclosure. It discloses truncation at 200 lines without a `section`, the presence of `truncated` and `toc` in the response, and the case-insensitive partial match for `section`. All key traits are transparently communicated.

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 with two well-structured paragraphs. The first paragraph states core functionality and the multi-page option; the second provides the recommended workflow. Every sentence adds value, and the information is front-loaded.

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?

For a read tool with 5 optional parameters and no output schema, the description covers all essential behaviors: single/multi-page reads, section navigation, truncation, and line-based paging fallback. It also mentions response fields (`truncated`, `toc`), making it complete for an agent to use correctly.

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 coverage is 100%, so each parameter is described in the schema. The tool description adds meaning beyond the schema by explaining the workflow (e.g., using `pages` to save round trips) and the behavioral context (e.g., truncation, section navigation). This adds significant value, moving beyond the baseline of 3.

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?

Clearly states it reads wiki pages, distinguishes between single and multiple pages via `page` and `pages` parameters, and differentiates from sibling tools like `wiki_search` (search) and `wiki_write` (write). The verb "read" is specific, and the resource "wiki pages" is well-defined.

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?

Provides an explicit recommended workflow (1-2-3) for navigating large pages using `wiki_search` and `section`. It also advises when to use `section` to avoid truncation and mentions the round-trip savings of the `pages` array. This gives clear context for using the tool vs alternatives.

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/xinhuagu/agent-wiki'

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