Skip to main content
Glama

get_wiki_sections

Read-only

Fetch multiple wiki sections in one request, truncating each to save tokens and reduce response size.

Instructions

Retrieve multiple wiki sections at once. Each section is truncated to save tokens.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keysYesArray of section slug keys to retrieve (max 20)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
errorNoError message if request failed
sectionsYesRetrieved sections; error field present if section not found
errorCountYesNumber of sections that failed
successCountYesNumber of successfully retrieved sections
Behavior5/5

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

The description adds valuable behavioral context beyond the readOnlyHint annotation by disclosing that each section is truncated to save tokens. This is a non-obvious behavioral trait that affects the returned data, and it is not derivable from the annotations or schema.

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 (two sentences) and front-loaded with the primary action. It avoids repetition and every word adds value, with no filler or redundancy.

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?

Given the simple tool (one parameter, output schema present, readOnly annotation), the description is complete enough to understand the tool's behavior. It covers the core purpose, the batch capability, and the truncation behavior, making it fully contextual.

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 schema provides 100% coverage for the single parameter 'keys' with a clear description of being an array of section slug keys. The description adds no additional parameter-specific details beyond what the schema already documents, so the baseline of 3 is appropriate.

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 function with a specific verb and resource: 'Retrieve multiple wiki sections at once.' It explicitly distinguishes itself from the sibling tool 'get_wiki_section' by emphasizing batch retrieval, which differentiates the purpose.

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?

The description clearly implies when to use this tool versus the singular sibling 'get_wiki_section'—for retrieving multiple sections at once. However, it does not explicitly state when not to use it or mention other alternatives, so it stops short of full usage guidance.

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/jommar/mcp-wiki'

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