Skip to main content
Glama
Feplus2

zotero-brain-slim

by Feplus2

import_to_zotero

Import papers into Zotero by creating items with metadata, linking local PDFs, and assigning them to collections. Reuses existing DOI entries to prevent duplicates.

Instructions

把论文导入 Zotero:建条目 + linked_file 附件(PDF 保留本地)+ 归入 Collection。DOI 已在库时复用既有条目。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
doiNo
urlNo
yearNo
issueNo
pagesNo
titleYes
volumeNo
authorsNo
journalNo
abstractNo
pdf_pathNo本地 PDF 路径(可选,download_paper 的产物)
collection_nameNo目标 Collection 名(不存在自动创建)
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses key behaviors: creating an item, adding a linked-file attachment, preserving the PDF locally, and reusing an existing item if the DOI is already present. However, it omits details about return values, error handling, or behavior when no DOI is provided.

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 a single, well-structured sentence that front-loads the main action and then provides key details. It contains no fluff and is appropriately sized for the tool's complexity.

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

Completeness2/5

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

Given 12 parameters, no annotations, and no output schema, the description is far too sparse. It does not explain the return value, detail the DOI reuse process, or provide any guidance on what metadata fields are expected. The tool is more complex than the description adequately covers.

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 only 17%, so the description must compensate. It only hints at pdf_path and collection_name via mentions of PDF and Collection, while the other 10 parameters (title, authors, journal, etc.) receive no explanation. This leaves most parameter semantics unclear.

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 specifies the action: import a paper into Zotero, including creating an item, attaching a linked PDF file, and assigning it to a Collection. It also differentiates from siblings by bundling these operations and noting DOI-based reuse.

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

Usage Guidelines3/5

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

The description implies the tool is used for importing papers into Zotero, but it does not explicitly state when to prefer this over alternatives like create_collection or search_zotero_library. The context is clear enough but lacks explicit exclusions or alternative guidance.

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/Feplus2/zotero-brain-slim'

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