Skip to main content
Glama
xbghc

@xbghc/zotero-mcp

by xbghc

Search Items

search_items

Search Zotero items by keyword, tag, or item type. Locate references, notes, and PDF full-text content using query modes and filters.

Instructions

Search items in the Zotero library.

  • Use 'query' for keyword search

  • Use 'qmode=everything' to search within notes and full-text content (PDF text)

  • Use 'itemType=note' with 'includeChildren=true' to find only notes

  • Use 'includeTrashed=true' to include items in trash

  • Returns: list of items with key, title, itemType, creators, date

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagNoFilter by tag name
limitNoNumber of results (default 25, max 100)
qmodeNoSearch mode: titleCreatorYear (default, fast) or everything (searches notes and fulltext, slower)
queryNoSearch keywords
startNoPagination offset for fetching more results
itemTypeNoFilter by item type: journalArticle, book, note, attachment, etc.
collectionKeyNoFilter by collection key
includeTrashedNoInclude items in trash
includeChildrenNoInclude child items like notes and attachments in results
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses return fields, search scope (notes and full-text via qmode), and trash inclusion behavior. It stops short of mentioning performance implications or pagination details, but for a read-only search tool this is solid coverage.

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?

The description is a concise bulleted list, front-loaded with the core purpose. Every bullet adds actionable guidance without fluff. It is well-structured and easily scannable for an agent.

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 9 optional parameters and no output schema, the description covers key usage patterns and return shape. It omits some details like pagination defaults, but those are in the schema. Overall, it provides sufficient context for an agent to select and invoke this tool effectively.

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 coverage is 100%, so baseline is 3. The description adds value beyond the schema by showing how to combine parameters (e.g., itemType='note' with includeChildren=true) and clarifies the purpose of qmode=everything for full-text search. This practical guidance earns a 4.

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?

Clearly states it searches items in the Zotero library, with a specific verb and resource. The description goes beyond a generic statement by listing example use cases, which further distinguishes it from sibling tools like get_recent_items or get_collection_items.

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?

Provides concrete 'how to use' instructions for several parameter combinations (e.g., qmode=everything for full-text, itemType=note with includeChildren=true for notes). While it does not explicitly name alternatives or exclusions, the context of when to use each mode is clear enough.

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

Install Server

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

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