Skip to main content
Glama

Attachment full-text

zotero_fulltext

Manage extracted full text of Zotero attachment items: retrieve indexed text, store extracted content, or get keys of attachments changed since a given library version.

Instructions

Not a search — to find which items contain a term, use zotero_search_items with qmode=everything. This reads, sets, or tracks one attachment's already-extracted full text by key. action: "get" returns the indexed text content plus indexing stats for an attachment item (only attachment items have full text; returns found:false if none); "set" stores extracted text for an attachment (provide content and the indexing counts); "since" returns the map of attachment keys whose full text changed after a given library version (useful for incremental indexing). Only attachment items support full text. "set" writes via the cloud Web API.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sinceNoLibrary version for "since" (default 0).
actionYes
contentNoExtracted text (set).
item_keyNoAttachment item key (get/set).
library_idNo
total_charsNo
total_pagesNo
library_typeNo
indexed_charsNo
indexed_pagesNo
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Discloses that 'set' performs a write via the cloud Web API and describes the three modes. Annotations show readOnlyHint=false and openWorldHint=true, which align with the description. No contradictions, but could mention if setting overwrites existing text.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured, front-loading the crucial 'not a search' disclaimer, then clearly enumerating the three actions with brief, informative bullet points. No unnecessary sentences.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with 10 parameters and no output schema, the description adequately explains the core functionality and return types (text content, stats, map of keys). However, it does not specify the response format for 'set' or detail the exact structure of returned data.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is low (30%), but the description adds meaning by explaining the roles of 'action', 'content', 'item_key', and 'version'. However, it does not explicitly map all parameters (e.g., total_chars, indexed_chars) to their usage, leaving some ambiguity.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool reads, sets, or tracks full text for an attachment item by key. It immediately distinguishes from search, making the purpose precise and unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly tells when NOT to use (for search, use zotero_search_items) and clarifies that only attachment items support full text. Provides clear context for each action (get, set, since).

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/oscardvs/zoteus'

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