Skip to main content
Glama

zotero_list_feeds

List all RSS feed subscriptions in your local Zotero install to find feed library IDs needed for fetching feed items.

Instructions

List all RSS feed subscriptions configured in the local Zotero desktop install. Each entry includes the feed's library ID, display name, source URL, item count, and last-checked timestamp. Use this to discover a feed's library_id before calling zotero_get_feed_items; the two form a list-then-fetch workflow analogous to list_libraries + switch_library. No parameters. LOCAL MODE ONLY — RSS feeds live in the local SQLite database and are not exposed by the Zotero web API. Running this in web mode returns a clear error. Read-only; no side effects. Example: zotero_list_feeds() → all subscribed feeds.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

With no annotations available, the description fully discloses behavioral traits: no parameters, read-only, local-only with a clear error in web mode, and no side effects. This is comprehensive.

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 with a clear purpose, output fields, usage tip, mode restriction, and example. Every sentence adds value without redundancy.

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

Completeness5/5

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

Given the presence of an output schema (not provided but indicated in context signals) and zero parameters, the description is complete. It covers behavior, constraints, and expected output format.

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

Parameters4/5

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

The input schema has zero parameters and schema coverage is 100%. According to guidelines, 0 parameters yields a baseline of 4. The description adds no further parameter info, which is unnecessary.

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 uses specific verb 'list' and resource 'RSS feed subscriptions', and explicitly distinguishes from siblings by mentioning the feed workflow and connecting to zotero_get_feed_items. It clearly states what the tool does.

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?

The description provides explicit guidance on when to use: 'Use this to discover a feed's library_id before calling zotero_get_feed_items' and mentions the list-then-fetch workflow. It also notes LOCAL MODE ONLY, which implies not to use in web mode. However, it does not list alternative tools to use instead of this one.

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/54yyyu/zotero-mcp'

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