Skip to main content
Glama

get_item_attachments

Read-onlyIdempotent

List file attachments on a Zotero item with availability status, so you can verify a PDF exists before fetching it.

Instructions

List file attachments (PDFs, etc.) on a Zotero item with availability status. Use this to check whether a paper HAS a PDF before fetching it; to actually read the content, use get_pdf_content. Returns {items, count} where each item's availability is one of: stored_remote_available, stored_local_available, linked_local_available, or metadata_only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
parent_keyYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already supply the read-only, idempotent, non-destructive safety profile. The description adds useful behavioral context on top by specifying the return shape and enumerating the availability statuses. It doesn't discuss rate limits or auth, but for this simple read tool that is not a significant omission.

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?

Three sentences, front-loaded with the verb and object, and no filler. The use case, alternative, and return format each earn their 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?

The tool is simple, has a full output schema, and the annotations cover safety. The description goes beyond what is required by explaining the availability enum and pointing to get_pdf_content. It lacks an explicit definition of parent_key, but the name plus 'on a Zotero item' makes the tool callable.

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 only provides parent_key with type string and zero description coverage, so the description must compensate. It clarifies that the key refers to a Zotero item, but it does not specify the key's format or how to obtain it. For a single self-named parameter this is adequate but not rich.

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 action ('List file attachments'), a specific resource ('a Zotero item'), and a distinctive output dimension ('availability status'). It also explicitly contrasts with get_pdf_content, so an agent can distinguish this tool from its closest sibling without inspecting the schema.

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?

Gives explicit when-to-use guidance: 'Use this to check whether a paper HAS a PDF before fetching it.' It also names the alternative for a different task: 'to actually read the content, use get_pdf_content.' This is a clear decision rule.

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

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

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