Skip to main content
Glama

Zotero MCP

zotero_get_collection_items

Retrieve all items from a specified Zotero collection for research or analysis. Input the collection key and set an optional item limit to streamline access to your library content.

Instructions

Get all items in a specific Zotero collection.

Input Schema

NameRequiredDescriptionDefault
collection_keyYes
limitNo

Input Schema (JSON Schema)

{ "properties": { "collection_key": { "title": "Collection Key", "type": "string" }, "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": 50, "title": "Limit" } }, "required": [ "collection_key" ], "title": "get_collection_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