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
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"
}