articleArticleBRead-onlyIdempotentInspect
Article by DOI.
| Name | Required | Description | Default |
|---|---|---|---|
| doi | Yes | e.g. "10.1371/journal.pone.0153207" |
Output Schema
| Name | Required | Description |
|---|---|---|
| response | No | |
| responseHeader | No | Response metadata from Solr |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
While annotations safely indicate readonly and idempotent behavior, the description does not disclose any additional behavioral traits (e.g., response structure, possible errors). It adds no value beyond the annotations.
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 consists of only three words, 'Article by DOI.', which succinctly captures the tool's function. No unnecessary information is present, and the key details are front-loaded.
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?
The description does not explain the return value or structure, although an output schema exists. More context about the tool's output and when it is appropriate to use would improve completeness. Currently, it is adequate but minimal.
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 only parameter 'doi' is fully documented in the schema with an example. The description 'Article by DOI' does not provide any additional semantics or formatting hints beyond what the schema already provides. Hence a baseline score of 3.
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 'Article by DOI' clearly states the resource (article) and identifier (DOI), making the purpose obvious. It differentiates from sibling tools like 'search' by specifying the retrieval method.
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 advice on appropriate usage scenarios or when to choose this tool over sibling tools such as 'search' or 'search_authored_by'. There are no exclusions or alternatives mentioned.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.