Skip to main content
Glama
54yyyu
by 54yyyu

zotero_get_item_children

List child items (attachments, notes, annotations) of parent Zotero items. Get attachment keys before creating annotations or outlines. Supports batch queries for multiple item keys.

Instructions

List the child items (attachments, notes, annotations under an attachment) of one OR MANY parent Zotero items. Use it to find an item's PDF/EPUB attachment key before zotero_create_annotation or zotero_get_pdf_outline — those take an attachment key, NOT the parent item key. item_key: one 8-character parent key, or an ARRAY of keys (a JSON-encoded list string also works). Pass every key you have in ONE call: a batch is one API round trip instead of N, and a bad key is reported in its own section instead of aborting. Returns markdown — one key: attachments (content type, filename) and notes in full under the parent title; several keys: one compact line per child, grouped under each parent. Scope: active library only. Examples: zotero_get_item_children(item_key='RTKZQI8E'); zotero_get_item_children(item_key=['RTKZQI8E', '9UZR8GXT']).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
item_keyYesOne item key, a list of keys, or a JSON/comma-separated string of keys

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 full behavioral disclosure burden. It discloses return format (markdown), output shape for one vs. several keys, scope (active library only), and error-handling behavior (bad key reported separately vs aborting). It doesn't disclose rate limits or auth, but for a read-only list tool this is reasonably transparent.

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

Conciseness4/5

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

The description is dense but information-packed; every sentence adds value covering purpose, alternatives, batching rationale, output format, scope, and examples. It's slightly long but not padded — each clause serves a distinct purpose. The examples are useful and illustrative.

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?

With an output schema present, return-value documentation isn't required from the description. The tool has moderate complexity (single parameter, multiple accepted formats, batch mode), and the description covers purpose, use cases, alternatives, output shapes, error behavior, scope, and examples exhaustively. Nothing material is left undocumented.

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

Parameters4/5

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

Schema coverage is 100% for the item_key parameter, establishing a baseline of 3. The description adds substantial value beyond the schema: it details the accepted formats (single key, array, JSON-encoded string), explains why batching matters (one round trip), defines what an 8-character key is, and provides two concrete usage examples. This exceeds the baseline.

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 has a specific verb+resource ('List the child items of parent Zotero items') and goes well beyond a generic statement by enumerating what child items include (attachments, notes, annotations under an attachment). It clearly distinguishes itself from sibling tools by explaining the output form (markdown, attachments/notes) and the scope (active library).

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 explicitly states when to use it ('to find an item's PDF/EPUB attachment key before zotero_create_annotation or zotero_get_pdf_outline'), names specific alternative tools that consume its output, and emphasizes batch usage ('Pass every key you have in ONE call'), explaining efficiency benefits over N round trips. It also notes error handling behavior for bad keys.

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