list_pages
List wiki pages, optionally filtered by a title substring.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No |
List wiki pages, optionally filtered by a title substring.
| Name | Required | Description | Default |
|---|---|---|---|
| query | No |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. 'List' implies a read-only operation and the filter is described, but there is no mention of pagination, ordering, result limits, or whether the substring match is case-sensitive. Core behavior is clear, but edge behavior is undisclosed.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
A single sentence with no filler. The core action, resource, and optional filter are front-loaded and every word earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple list operation with one optional parameter, the description is minimally sufficient, but the absence of any output schema or behavioral details such as pagination and ordering leaves gaps. An agent knows what to call but not fully what to expect in return.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, and the only parameter 'query' has no schema description. The description compensates by explaining that query is a title substring filter and marks it as optional, which is meaningful semantic guidance.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
States a specific verb and resource ('List wiki pages') and adds the optional title-substring filter. It is clear, though it does not explicitly differentiate itself from siblings like search or list_topics.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is given for when to use this tool instead of search, get_page, or list_topics. There are no exclusions or alternative routing conditions, so an agent must infer usage context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.