Skip to main content
Glama

Get item children

zotero_get_item_children
Read-onlyIdempotent

List a Zotero item's child notes, attachments, and annotations, exposing attachment linkMode and filename for further retrieval.

Instructions

List the child notes, attachments and annotations of an item. Attachment children carry the linkMode and filename needed by zotero_get_attachment_path and zotero_get_item_fulltext.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of objects to return (1-500).
startNoZero-based offset for paging; pass the nextStart value from a previous call.
groupIdNoGroup library ID. Omit for the personal library ("My Library"), which is what almost every request wants. Group IDs come from zotero_list_libraries.
itemKeyYesParent item key.
verboseNoReturn Zotero's raw API envelope (library block, self/alternate links, full meta) instead of the flattened object. Costs many extra tokens per object; only useful when a URL or the raw meta block is genuinely needed.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
startYes
hasMoreYes
childrenYes
returnedYes
nextStartYes
totalResultsYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.1

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the tool's safety profile is known. The description adds a useful behavioral/data expectation: attachment children include linkMode and filename needed by downstream tools. It does not disclose potential pagination, error, or API-specific behavior beyond what the schema and annotations cover.

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?

Two focused sentences with no filler. The first sentence states the core purpose immediately, and the second adds high-value information about downstream consumers of the returned attachment fields. Every sentence earns its place.

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

Completeness4/5

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

Given the presence of an output schema and complete parameter documentation, the description does not need to enumerate return fields. It provides enough context about what the tool returns and how it connects to sibling tools. The only missing element is explicit guidance about choosing this tool over alternatives, which is already reflected in the usage_guidelines score.

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?

All five parameters are fully documented in the input schema, including defaults, ranges, patterns, and usage notes like 'Omit for the personal library.' The description adds no parameter-level semantics; its mention of linkMode and filename relates to returned attachment data rather than to input parameters.

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 names a specific operation: 'List the child notes, attachments and annotations of an item.' This clearly identifies the resource (item children), the action (listing), and the content scope, making it easy to distinguish from siblings like zotero_get_item or zotero_get_item_fulltext.

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 when to use the tool: when you need child notes, attachments, or annotations of an item. It also usefully indicates that attachment children carry data needed by zotero_get_attachment_path and zotero_get_item_fulltext. However, it provides no explicit exclusions or alternatives for when a different tool should be used instead.

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

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/dvdsosa/zotero-native-mcp'

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