Get Citation Domains
get_citation_domainsGet citation domain list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| endAt | Yes | ||
| domain | No | ||
| topics | No | ||
| keyword | No | ||
| regions | No | ||
| startAt | Yes | ||
| pageSize | No | ||
| topicIds | No | ||
| platforms | No |
get_citation_domainsGet citation domain list.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| endAt | Yes | ||
| domain | No | ||
| topics | No | ||
| keyword | No | ||
| regions | No | ||
| startAt | Yes | ||
| pageSize | No | ||
| topicIds | No | ||
| platforms | No |
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 of behavioral disclosure. It only says 'Get citation domain list,' which gives no details about pagination, required parameters, output structure, or side effects. The behavior is essentially opaque.
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 one sentence but is under-specified and tautological, restating the tool name without adding meaningful context. It is too brief to be useful and does not 'earn its place' because it contributes no information beyond the title.
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?
Given the complexity (10 parameters, no output schema, no annotations), the description is completely inadequate. It fails to explain required input semantics, return data, or any behavioral context, making it nearly impossible for an agent to use the tool correctly.
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 description mentions none of the 10 parameters. It does not explain the meaning of startAt, endAt, domain, topics, keyword, regions, page, pageSize, platforms, or topicIds, leaving the agent with no semantic guidance beyond the parameter names.
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 states a specific verb and resource ('Get citation domain list'), indicating it retrieves a list of citation domains. However, it does not distinguish this tool from related siblings like get_citation_urls or get_prompt_citation_domains, so it lacks sibling differentiation.
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 provided on when to use this tool versus alternatives. It does not mention prerequisites, filtering by date range, or any exclusions, so the agent receives no direction on 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.