Skip to main content
Glama

zotero_get_notes

Retrieve standalone or child notes from your Zotero library. Filter by parent item key for notes attached to a specific item, or retrieve all notes.

Instructions

Retrieve standalone or child notes from the active Zotero library. item_key: optional; when provided, returns only notes attached to that parent item; when omitted, returns notes across the entire library (capped by limit). If you want to search note content instead, use zotero_search_notes. limit: max notes to return (default 20). truncate=True (default) shortens long note bodies for display — pass False for complete content. raw_html=True returns the note's original HTML instead of stripped text; use this when you intend to edit and round-trip via zotero_update_note (preserves formatting). Example: zotero_get_notes(item_key='ABC12345', raw_html=True) → every note on that item in round-trippable HTML.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
item_keyNoOptional Zotero item key/ID to filter notes by parent item
limitNoMaximum number of notes to return
truncateNoWhether to truncate long notes for display
raw_htmlNoIf True, return the note's raw HTML instead of stripped text. Useful for fetching exact content to pass to zotero_update_note.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It explains key behaviors: truncation (default True shortens long bodies, pass False for full content), raw_html (returns HTML for round-tripping), and the limit cap. However, it does not mention any potential side effects, auth requirements, or rate limits, though the tool is read-only and likely safe.

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?

The description is a single, dense paragraph that front-loads the main purpose, then efficiently explains each parameter with conditional logic. Every sentence adds value, no redundancy, and it ends with a useful example. It is concise without omitting necessary detail.

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?

Given the tool has 4 parameters (none required), an output schema exists, and the sibling tools are listed, the description is complete. It explains all parameter behaviors, provides usage context (e.g., raw_html for preservation of formatting), and correctly distinguishes from the search alternative. The output schema covers return values, so no further explanation is needed.

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

Parameters5/5

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

Schema description coverage is 100%, but the description adds significant meaning beyond the schema. It explains the optionality of 'item_key' with concrete scenarios, clarifies the default limits, describes the effect of 'truncate' and 'raw_html' flags, and gives a practical example showing how to use 'raw_html' with 'zotero_update_note' for round-tripping.

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?

The description clearly states the tool retrieves standalone or child notes from the active Zotero library. It specifies the verb 'retrieve' and resource 'notes', and explicitly distinguishes from the sibling tool 'zotero_search_notes' by directing users to that tool for searching note content.

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

Usage Guidelines5/5

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

The description provides explicit conditional guidance: when 'item_key' is provided, only notes attached to that parent item are returned; when omitted, notes across the entire library are returned (capped by limit). It also directly tells users to use 'zotero_search_notes' if they want to search note content instead, offering a clear alternative.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/54yyyu/zotero-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server