Skip to main content
Glama
edouardArmit

Zotero MCP Server

by edouardArmit

search_metadata

Search Zotero item titles, abstracts, and creator names to locate a known reference. Works across personal and group libraries; specify a library_id to scope results.

Instructions

Fast search over item titles, abstracts, and creator names (does NOT search inside PDFs or notes — use search_library or search_fulltext for that). Good for quickly locating an item you already know roughly. Searches your personal library and every group/shared library by default; pass library_id (see list_libraries) to scope to one.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYes
library_idNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations, the description carries the burden and discloses important behavioral traits: it is fast, searches personal plus all group/shared libraries by default, and deliberately excludes PDFs and notes. It doesn't describe return shape or match semantics, but the key scope and limitation boundaries are clear.

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: each sentence adds necessary scope, exclusions, alternatives, or invocation guidance. The most important limitation is front-loaded with 'does NOT search inside PDFs or notes.'

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 simple search tool with no output schema and no annotations, the description covers the main operational needs: search fields, default scope, scoping parameter, and alternatives. It omits a few details like limit semantics and result-return expectations, but nothing critical blocks correct use.

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?

Schema description coverage is 0%, but the description compensates by defining the query semantics (titles, abstracts, creator names) and explaining library_id (scope to one library, see list_libraries). The limit parameter is not described in prose, though its schema default is visible.

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?

States a specific verb and resource: 'search over item titles, abstracts, and creator names.' It also explicitly distinguishes itself from full-text search, so an agent can tell what this tool does and does not cover.

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?

Gives explicit when-to-use guidance ('quickly locating an item you already know roughly') and clear alternatives for content search. Minor deduction because it names 'search_fulltext', which is not present in the sibling list, making the alternative routing slightly unreliable.

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