Skip to main content
Glama

Check Zotero adapter health

zotero_health
Read-only

Checks Zotero connectivity by testing the local read API, Research Workbench write API, and bearer authentication. Returns status without raising errors.

Instructions

Check Zotero, its local read API, the Research Workbench write API, and bearer authentication. Never errors.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already mark the tool as read-only, but the description adds the valuable behavioral guarantee 'Never errors,' clarifying that this is a non-throwing status probe. It also discloses the exact components being checked, though it does not describe the shape or interpretation of the returned health status.

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 exceptionally concise: two short sentences with no filler. The main purpose is front-loaded, and the behavioral guarantee is added separately without bloating the text.

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 zero-parameter health-check tool, this is largely complete: the agent knows what is checked, that it is read-only, and that it will not error. The only gap is the return payload and how to interpret it, which would make the health-check result fully actionable.

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 tool has zero parameters and schema coverage is 100%, so there is no parameter documentation burden. The baseline of 4 applies because the description does not need to explain any parameter semantics.

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 names a specific verb ('Check') and enumerates the exact resources involved: Zotero, its local read API, the Research Workbench write API, and bearer authentication. This clearly distinguishes it from the sibling tools, which all perform item/collection/tag operations.

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 this is a health/preflight probe because it checks connectivity and authentication, but it does not explicitly state when to use it versus alternatives or whether it should precede other Zotero calls. No sibling is a health check, so the ambiguity is limited.

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