Skip to main content
Glama

get_item_children

List attachments and notes for a Zotero item using its 8-character key. Get a clear view of associated files and annotations.

Instructions

List the attachments and notes attached to an item.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyYes8-character Zotero item key, e.g. 'ABCD2345'.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description must carry the burden of behavioral disclosure. The verb 'List' implies a read-only operation, but the description does not elaborate on output format, ordering, or any edge cases like missing attachments. It adds only minimal context beyond the action.

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 sentence that directly states the function without any filler. Every word earns its place, and the key information is front-loaded.

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 tool has only one parameter and an output schema is present, the description is mostly sufficient. However, it does not clarify whether 'attachments and notes' includes all child items or just direct ones, nor does it mention any pagination or limits. Still, for a simple list operation, the description is adequate.

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 schema provides a complete description of the 'key' parameter including format and an example, so the schema coverage is 100%. The tool description contributes no additional parameter information, so the baseline score of 3 is appropriate.

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 lists attachments and notes for a specific item, which distinguishes it from sibling tools like get_item (metadata) and get_item_fulltext (content). The verb 'List' and resource 'attachments and notes attached to an item' provide a specific and unambiguous purpose.

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

Usage Guidelines2/5

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

The description gives no guidance on when to use this tool versus alternatives such as get_item or search_items. It also doesn't mention any prerequisites or exclusions, leaving the agent to infer usage solely from the purpose.

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

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