Skip to main content
Glama

Create Zotero collection

zotero_create_collection

Create a new Zotero collection by name, optionally nested under a parent collection, using the authenticated Zotero extension.

Instructions

Create a Zotero collection through the authenticated extension.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
parentKeyNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.7/5.0
Behavior2/5

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

Annotations already indicate this is not read-only and not destructive, so the description adds little beyond restating the creation action. 'Through the authenticated extension' hints at authentication requirements but does not disclose return behavior, side effects, or duplicate handling.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single short sentence, which is structurally clean, but it is under-specified rather than efficiently complete. It omits parameter semantics and usage context that the agent needs.

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

Completeness2/5

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

For a creation tool with no output schema and no parameter descriptions, the minimal one-sentence description leaves the agent without enough information about what the result looks like, whether parentKey creates a subcollection, or any naming constraints beyond minLength 1.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description does not mention the 'name' or 'parentKey' parameters at all. Since the schema provides no descriptive text either, the agent gets no meaningful parameter guidance.

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 operation: 'Create a Zotero collection'. The verb is specific and the resource is unambiguous, which distinguishes it from sibling tools like zotero_create_item or zotero_create_note.

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 guidance on when to use this tool versus alternatives such as zotero_add_to_collection or zotero_list_collections. No conditions, exclusions, or prerequisite steps are provided.

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