Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| zotero_search_items | Search items in the Zotero library by author and title (excluding attachments, up to 30 results). |
| zotero_get_item | Retrieve the details of a specified item in the Zotero library by itemKey. |
| zotero_read_pdf | From the children of the item specified by itemKey in the Zotero library, find the first PDF attachment, read it from the local file system, and return its full text. |
| read_pdf | Read a PDF file from the local file path and return its full text. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |