Skip to main content
Glama
statzhero

zotero-fulltext

by statzhero

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ZOTERO_API_KEYNoAPI key for authenticated or remote access
ZOTERO_LIBRARY_IDNoZotero user or group ID (required for group libraries)0
ZOTERO_API_BASE_URLNoBase URL for the Zotero APIhttp://127.0.0.1:23119/api
ZOTERO_LIBRARY_TYPENouser for personal libraries, group for group librariesuser
ZOTERO_MAX_FULLTEXT_CHARSNoSoft character budget for each fulltext response60000
ZOTERO_MAX_PARAGRAPH_CHARSNoMaximum characters per returned fulltext chunk1800

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
lookupA

Look up a Zotero item by its exact citekey (a single token with no spaces, e.g. 'atz2022' not 'atz 2022'). Use this first when you know the citekey.

searchB

Search Zotero metadata and indexed fulltext by keywords. For a known citekey (e.g. 'atz2022'), use lookup instead.

collectionsA

List Zotero collections in the current library.

fulltextA

Return numbered paragraphs for a Zotero item's indexed fulltext. The citekey is a single token with no spaces (e.g. 'atz2022').

fulltext_searchB

Search within a Zotero item's indexed fulltext and return local paragraph context. The citekey is a single token with no spaces (e.g. 'atz2022').

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Zotero Library Summary

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/statzhero/zotero-fulltext'

If you have feedback or need assistance with the MCP directory API, please join our Discord server