zotero_item_metadata
Retrieve detailed metadata for a specific Zotero library item using its unique item key, enabling efficient access to bibliographic information within the Zotero MCP Server.
Instructions
Get metadata information about a specific Zotero item, given the item 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_metadataArguments",
"type": "object"
}