Zotero MCP Server

zotero_item_fulltext

Get the full text content of a Zotero item, given the item key of a parent item or specific attachment.

Input Schema

NameRequiredDescriptionDefault
item_keyYes

Input Schema (JSON Schema)

{ "properties": { "item_key": { "title": "Item Key", "type": "string" } }, "required": [ "item_key" ], "title": "get_item_fulltextArguments", "type": "object" }