read_crossref_paper
Attempt to read and extract text content from a CrossRef paper.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paper_id | Yes | ||
| save_path | No | ./downloads |
Attempt to read and extract text content from a CrossRef paper.
| Name | Required | Description | Default |
|---|---|---|---|
| paper_id | Yes | ||
| save_path | No | ./downloads |
Changes observed during successful MCP inspections.
Input schema / $schemaAdded value: +"http://json-schema.org/draft-07/schema#"Input schema / additionalPropertiesAdded value: +falseInput schema / properties / paper_id / titleRemoved value: -"Paper Id"Input schema / properties / save_path / titleRemoved value: -"Save Path"Input schema / titleRemoved value: -"read_crossref_paperArguments"Output schema / (root)Previous value: -{
- "properties": {
- "result": {
- "title": "Result",
- "type": "string"
- }
- },
- "required": [
- "result"
- ],
- "title": "read_crossref_paperOutput",
- "type": "object"
-}New value: +nullDoes the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full burden but discloses minimal behavioral traits. While 'Attempt' hints at potential failure, it doesn't specify what happens on failure, what format extracted text takes, or whether the 'save_path' parameter writes a file to disk versus being a temporary cache.
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 single sentence is efficiently structured and front-loaded with the primary action. However, it is undersized for the tool's complexity given the lack of schema documentation and output specifications.
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 0% schema coverage, no annotations, no output schema, and ambiguous interaction between 'extract text' and 'save_path', the description is materially incomplete. It fails to document parameters, return behavior, or side effects (file system writes) necessary for safe invocation.
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%, requiring the description to compensate, but it fails to clarify the expected format for 'paper_id' (DOI? CrossRef internal ID?) or the purpose of 'save_path' (directory for PDFs? text files?). The phrase 'CrossRef paper' marginally hints at paper_id's domain but provides insufficient specification.
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 the core action (read/extract text) and target resource (CrossRef paper), but the verb 'Attempt' introduces uncertainty without explaining failure modes. It also fails to clarify the tool's relationship to siblings like 'download_crossref' or 'get_crossref_paper_by_doi', leaving ambiguous whether this returns text content directly, saves a file, or both.
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?
There is no guidance on when to use this tool versus the numerous sibling alternatives (e.g., 'download_crossref' vs 'read_crossref_paper'). No prerequisites, error handling, or selection criteria are provided.
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.