get_item
Retrieve a single Zotero library item using its item key or DOI.
Instructions
Get a single item by key or DOI
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemKey | No | Zotero item key | |
| doi | No | DOI to look up |
Retrieve a single Zotero library item using its item key or DOI.
Get a single item by key or DOI
| Name | Required | Description | Default |
|---|---|---|---|
| itemKey | No | Zotero item key | |
| doi | No | DOI to look up |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so the description must convey behavioral traits. It describes a simple read operation, which is adequately transparent. However, it does not mention idempotency, performance, or authentication requirements, leaving some gaps.
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 a single sentence of 6 words, directly stating the tool's purpose. It is front-loaded and contains no unnecessary words, earning its place efficiently.
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, the description sufficiently covers the tool's functionality for a simple retrieval operation. It clearly explains what it does and how to identify items, making it complete for an AI agent.
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?
Both parameters have schema descriptions (100% coverage). The description adds the concept of alternative identifiers ('key or DOI'), but this is minor. Baseline is 3, and the added value is limited.
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 action ('Get') and the resource ('a single item'), and specifies the identifiers ('by key or DOI'). It distinguishes from sibling tools like search_items (multiple results) and create_item/update_item (modification).
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 implies usage for retrieving a single item, and the sibling context shows alternatives. However, it does not explicitly state when not to use or name alternatives, missing a chance to prevent misuse.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/danielostrow/zotero-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server