Skip to main content
Glama

zotero_create_collection

Create a new collection in Zotero to organize your library, with optional nesting under a parent collection. Returns the new collection's key for immediate reference.

Instructions

Create a new collection (folder) in the Zotero library, optionally nested under a parent collection. Returns the new collection's key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesName of the new collection.
parent_keyNoParent collection key for nesting; omit for a top-level collection.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A3.6/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 behavioral burden. It does state the mutation and the return value ('Returns the new collection's key'), but it does not disclose duplicate-name behavior, whether the parent_key must already exist, or permission/error considerations.

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?

A single, front-loaded sentence covers purpose, nesting, and return value with no filler. It is concise and easy to scan.

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?

For a two-parameter creation tool with full schema coverage and an output schema, the description is nearly complete. It could add a prerequisite note that parent_key must reference an existing collection, but that is a minor gap.

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?

Schema coverage is 100%, so the baseline is 3. The description reinforces that parent_key is used for optional nesting, but the schema already says 'Parent collection key for nesting; omit for a top-level collection.' No additional meaning is added.

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 opens with a specific verb and resource ('Create a new collection (folder in the Zotero library'), and also notes the optional nesting and the returned key. This clearly distinguishes it from sibling tools like delete or list collections.

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?

There is no explicit guidance on when to use this tool versus alternatives, no when-not-to-use conditions, and no pointer to related workflows such as needing the key before adding items. The only usage hint is implied by the action itself, which is weak among many create_* siblings.

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