papers-references
Get papers cited by a specific paper
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of references to return | |
| offset | No | Offset for pagination | |
| paperId | Yes | Paper ID (Semantic Scholar ID, arXiv ID, DOI, etc.) |
Get papers cited by a specific paper
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of references to return | |
| offset | No | Offset for pagination | |
| paperId | Yes | Paper ID (Semantic Scholar ID, arXiv ID, DOI, etc.) |
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 must carry the behavioral disclosure burden. It only states 'get papers' and does not describe pagination behavior, error handling, or any side effects. The limit and offset parameters are present in the schema but not explained behaviorally in the description.
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 short sentence that is front-loaded with the essential action. No wasted words or irrelevant details.
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 no output schema and no annotations, this terse description leaves out important context such as the exact return format, whether results are paginated, and how IDs are interpreted. It is minimally sufficient but incomplete for an agent that needs to reliably invoke and interpret the result.
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 coverage is 100%, so the baseline is 3. The description adds no parameter-specific information, relying entirely on the schema's own descriptions of paperId, limit, and offset.
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 the tool retrieves papers that are cited by a given paper, effectively listing its references. The verb 'get' and resource are specific, but it does not explicitly differentiate from the sibling 'papers-citations' tool, which likely retrieves incoming citations.
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 provides no guidance on when to use this tool versus alternatives. It does not mention that papers-citations might be more appropriate for finding citing papers, nor any other situational 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.