List Anthid site pages
list_anthid_pagesList every public page on anthid.com with its title, description, and URL. Use this to find the right page to cite or to fetch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
list_anthid_pagesList every public page on anthid.com with its title, description, and URL. Use this to find the right page to cite or to fetch.
| 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?
With no annotations, the description carries the full burden. It transparently states the operation is a read-only listing of public pages and specifies the output shape. It does not mention pagination or volume limits, but for a zero-parameter list tool the core behavior is well disclosed.
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?
Two sentences: the first states the action and output, the second gives the intended use case. No filler or redundant restatement of the tool name.
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, no-output-schema tool, the description is nearly complete: it covers scope, output fields, and a concrete use case. Minor omissions like pagination behavior or an explicit pointer to search_anthid_site for targeted lookups are acceptable here.
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 there is nothing for the description to clarify beyond the schema. The description appropriately focuses on what is returned rather than inputs.
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 names a specific verb ('List'), a precise resource ('every public page on anthid.com'), and the returned fields (title, description, URL). It is clearly distinct from sibling tools like list_anthid_endpoints, which concern API endpoints rather than site pages.
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 a clear use case: 'Use this to find the right page to cite or to fetch.' This tells the agent when to choose the tool, though it does not explicitly mention alternatives like search_anthid_site or state when not to use it.
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.