Skip to main content
Glama
Zhang-rgb-r

zotero-local-mcp

by Zhang-rgb-r

zotero_collection_items

Retrieve top-level items from a Zotero collection by providing its collection key. Set an optional limit to control the number of items returned.

Instructions

列出某个分类下的条目。List top-level items inside a collection.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
collection_keyYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.2.0

TDQS

B3.2/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It adds only the scoping detail 'top-level' (excluding subcollections/nested items) but does not mention pagination, default limit behavior, read-only nature, authentication needs, or any side effects.

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 extremely concise and front-loaded, stating the core purpose in just two short sentences. There is no filler or irrelevant information, and the bilingual phrasing is redundant but harmless.

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?

For a simple tool with only two parameters and an output schema, the description gives the essential purpose but omits practical usage context such as when to choose this over zotero_search or zotero_recent, and lacks behavioral details like limit defaults. It is minimally adequate but leaves gaps.

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%, so the description must compensate by explaining parameters. It does not mention collection_key or limit at all, adding no meaning beyond the parameter names and types. The names are self-explanatory, but the description offers zero parameter guidance.

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 states a specific action and resource: 'List top-level items inside a collection.' It clearly distinguishes this from sibling tools like zotero_collections (which lists collections) and zotero_item (which fetches a single item), making the purpose immediately identifiable.

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

Usage Guidelines2/5

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

No guidance is given about when to use this tool versus alternatives. The description only states what it does, with no mention of exclusions, prerequisites, or when a sibling tool would be more appropriate. The sibling list exists but is not referenced.

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

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/Zhang-rgb-r/zotero-local-mcp'

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