Skip to main content
Glama

Zotero MCP

zotero_advanced_search

Search your Zotero research library with advanced criteria, combining multiple conditions to filter, sort, and retrieve precise results efficiently.

Instructions

Perform an advanced search with multiple criteria.

Input Schema

NameRequiredDescriptionDefault
conditionsYes
join_modeNoall
limitNo
sort_byNo
sort_directionNoasc

Input Schema (JSON Schema)

{ "properties": { "conditions": { "items": { "additionalProperties": { "type": "string" }, "type": "object" }, "title": "Conditions", "type": "array" }, "join_mode": { "default": "all", "enum": [ "all", "any" ], "title": "Join Mode", "type": "string" }, "limit": { "default": 50, "title": "Limit", "type": "integer" }, "sort_by": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Sort By" }, "sort_direction": { "default": "asc", "enum": [ "asc", "desc" ], "title": "Sort Direction", "type": "string" } }, "required": [ "conditions" ], "title": "advanced_searchArguments", "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