Zotero MCP

by 54yyyu
Verified

zotero_get_item_fulltext

Retrieve the full text content of a Zotero library item using its unique key. Facilitates access to detailed research material for analysis, summarization, or citation purposes.

Instructions

Get the full text content of a Zotero item by its key.

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" }
ID: yfe03znm4t