Skip to main content
Glama

ask

Answer natural-language questions about the wiki with cited answers. The tool searches, reads, and synthesizes information to provide a finished response.

Instructions

Answer a natural-language question against the wiki and return a cited answer. Use this when you want a finished answer rather than raw pages: it reads the index, searches, reads what matters, and synthesizes.

Args: question: The question to answer.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
questionYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations provided, but the description discloses that it reads the index, searches, reads relevant content, and synthesizes a cited answer. This indicates it is a compound read operation. However, it does not mention any potential side effects, rate limits, or error conditions, which would improve transparency further.

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 (three sentences for the main body, one for the arg) and front-loaded with the primary purpose. Every sentence adds value: purpose, usage guideline, and parameter. No unnecessary words.

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 has one parameter and no annotations, the description adequately covers the core behavior and usage context. It mentions the output is a cited answer, and since an output schema exists, explicit return value details are not required. However, it does not address potential limitations or edge cases.

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 coverage is 0%—the schema only defines 'question' as a string with title 'Question'. The description's Args section adds 'The question to answer,' which provides a basic semantic but lacks detail on format, constraints, or examples. This partially compensates but remains minimal.

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 states it answers a natural-language question against the wiki and returns a cited answer. It clearly distinguishes from sibling tools like search_wiki by specifying it produces a finished answer, not raw pages.

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?

Explicitly says 'Use this when you want a finished answer rather than raw pages,' providing clear when-to-use guidance. Also explains the multi-step process (reads index, searches, reads, synthesizes), which helps the agent understand the expected behavior.

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

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