Skip to main content
Glama

Zotero MCP

zotero_search_items

Search your Zotero library for specific items using query strings, filtering by item type or search mode, and customize results with optional limits for precise research access.

Instructions

Search for items in your Zotero library, given a query string.

Input Schema

NameRequiredDescriptionDefault
item_typeNo-attachment
limitNo
qmodeNotitleCreatorYear
queryYes

Input Schema (JSON Schema)

{ "properties": { "item_type": { "default": "-attachment", "title": "Item Type", "type": "string" }, "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": 10, "title": "Limit" }, "qmode": { "default": "titleCreatorYear", "enum": [ "titleCreatorYear", "everything" ], "title": "Qmode", "type": "string" }, "query": { "title": "Query", "type": "string" } }, "required": [ "query" ], "title": "search_itemsArguments", "type": "object" }

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

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