Skip to main content
Glama

zotero_create_item

Create a new empty Zotero item by selecting its type and setting optional fields, tags, or collections, then retrieve the new item's key for further use.

Instructions

Create a new empty item in the library, e.g. a journalArticle, book, report, or webpage. Pass only the fields you want set (title, date, creators, ...). Use zotero_item_metadata on an existing item to see valid field names for its type. Returns the new item's key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNoTags for the item.
fieldsNoFields to set, e.g. {'title': 'T', 'date': '2024'}. Types use 'creators': [{'creatorType': 'author', 'firstName': 'A', 'lastName': 'B'}].
item_typeYesZotero item type, e.g. 'journalArticle', 'book', 'report'.
collection_keysNoCollections to file the item in.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A4.2/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full behavioral burden. It does disclose the key side effect (creating an item), the return value (the new item's key), and the 'empty item' behavior. However, it does not mention validation behavior, error conditions, whether the item is added to the library root by default, or any permission/context requirements.

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 with no filler. The purpose is front-loaded, then parameter usage, then a helpful cross-reference, then the return value. Every sentence contributes actionable information.

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 moderate complexity (4 params, one nested object, one required field) and the presence of an output schema, the description is quite complete. It explains the creation flow, valid field discovery, and return value. It could be slightly stronger by noting how collection_keys and tags interact with the creation, but the schema already names those parameters clearly.

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?

The input schema already covers all parameters, so the baseline is 3. The description adds meaningful value by clarifying that fields can be partially set, giving common examples of field names, and pointing to zotero_item_metadata for discovering valid fields per type. This goes beyond the schema's generic 'Fields to set' description.

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 states a clear action ('Create a new empty item in the library') with concrete examples of item types ('journalArticle, book, report, or webpage'). It also implies what makes this tool distinct from sibling creation tools like zotero_create_note or zotero_create_annotation, so an agent can select it appropriately.

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

Usage Guidelines4/5

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

The description gives practical usage guidance: pass only the fields you want set, and use zotero_item_metadata on an existing item to discover valid field names. It stops short of explicitly stating when to prefer this tool over alternatives or when not to use it, but the create-item purpose is clear enough for most selection scenarios.

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/ozbayenes123-ops/zotero-mcp-local-write'

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