zotero_item_fulltext
Retrieve full text content of a Zotero item or attachment using its item key through the Model Context Protocol, enabling direct access to library resources.
Instructions
Get the full text content of a Zotero item, given the item key of a parent item or specific attachment.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
item_key | Yes |
Input Schema (JSON Schema)
{
"properties": {
"item_key": {
"title": "Item Key",
"type": "string"
}
},
"required": [
"item_key"
],
"title": "get_item_fulltextArguments",
"type": "object"
}