List Pages
list_pagesList all docs pages with their pathnames (URLs)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
list_pagesList all docs pages with their pathnames (URLs)
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 of describing behavior. It does add useful detail by stating the tool returns 'all docs pages with their pathnames (URLs)', but it does not disclose potential pagination, ordering, or whether full page content is included. This is a minimal viable disclosure for a zero-parameter listing tool.
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?
The description is a single, focused sentence with no filler. It front-loads the action and resource ('List all docs pages') and then provides the key output detail ('pathnames (URLs)'). 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 zero-parameter tool, the description is mostly complete: it states the action, scope, and output format. However, without an output schema, an agent may still wonder whether the result is just a list of URL strings or includes page titles or metadata. A brief mention of the return structure would make it fully complete.
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?
The tool has zero parameters, so the schema is complete by definition and there is nothing for the description to clarify. The description appropriately adds no param information; the baseline of 4 applies for a no-parameter tool.
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?
The description clearly states a specific verb ('List') and resource ('docs pages'), and identifies the output ('pathnames (URLs)'). It implicitly distinguishes itself from siblings get_page and search by focusing on listing all pages rather than retrieving or searching a specific one, though it does not explicitly name the alternatives.
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?
The description gives no guidance on when to use this tool versus get_page or search. There is no mention of alternatives, exclusions, or conditions. The only usage signal is implied by the word 'List', which is insufficient for helping an agent make a confident tool selection.
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.