Skip to main content
Glama
alexobiwan-creator

zotero-mcp-lite

zotero_get_item_fulltext

Retrieve the full text content from a PDF paper in Zotero. Use to analyze paper details beyond the abstract, with options to request specific sections for lengthy documents.

Instructions

Extract and read the full text content from a PDF paper. Use when you need to analyze the actual paper content beyond the abstract. Long papers are truncated; ask about specific sections if needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
item_keyYes
max_charsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Without annotations, the description carries full burden. It warns that long papers are truncated, but does not disclose prerequisites (e.g., item must have a PDF) or error conditions (e.g., missing PDF).

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?

Two sentences, front-loaded with the main action. Every sentence adds value: the first states purpose, the second provides a key limitation and guidance. No wasted words.

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

Completeness3/5

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

Given the tool's simplicity and the presence of an output schema, the description covers the main use case and truncation behavior. However, it omits the prerequisite that the item must be a PDF with extractable text and what happens if full text is unavailable.

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

Parameters2/5

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

Schema description coverage is 0%, and the description does not explain parameters. It does not clarify what 'item_key' or 'max_chars' represent, though truncation hint relates to max_chars. This adds little beyond the schema.

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 'Extract and read the full text content from a PDF paper' with a specific verb and resource. It distinguishes from sibling tools by focusing on full text analysis beyond metadata and abstracts.

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

Usage Guidelines4/5

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

It explicitly says 'Use when you need to analyze the actual paper content beyond the abstract.' It also warns about truncation and suggests asking about specific sections. However, it lacks explicit 'do not use' scenarios.

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/alexobiwan-creator/zotero-mcp-lite'

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