Skip to main content
Glama
bindresearch

MCP Zotero

by bindresearch

get_paper

Read-onlyIdempotent

Retrieve a paper's complete Zotero metadata and attachment list by providing its 8-character item key.

Instructions

Get a paper's complete Zotero metadata and attachment list.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
item_keyYesThe 8-character Zotero key of a bibliographic item.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
summaryYes
creatorsNo
metadataYesAll metadata fields returned in the Zotero item's data object.
attachmentsNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.1/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description adds that the result includes complete Zotero metadata and attachment list, which is consistent with the readOnly and idempotent annotations and implies no destructive behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single concise sentence with the verb and object front-loaded, containing no redundant or misleading words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple read-only metadata lookup with one well-described parameter, the description and schema provide enough context for an agent to invoke the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The single parameter item_key is fully described in the schema as an 8-character Zotero key; the description adds no further parameter-specific detail, so the schema coverage baseline applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Clearly states the action (get), the object (a paper), and the scope (complete Zotero metadata and attachment list), making the tool's purpose unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies this tool is for metadata/attachments rather than paper text, especially given the sibling get_paper_text, but it does not explicitly state when to choose this tool over alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools