Skip to main content
Glama

zotero_get_citation_key

Read-onlyIdempotent

Resolve the Better BibTeX citation key for a Zotero item by key, using the plugin's live data or falling back to the stored citationKey/Extra field.

Instructions

Resolve the Better BibTeX citation key for one exact Zotero item key. Uses the running Better BibTeX plugin first, then its stored Zotero citationKey/Extra field when available.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
dataNo
textNo
errorNo
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false. The description adds valuable behavioral context: it uses the running Better BibTeX plugin first, then falls back to the stored citationKey/Extra field. This discloses the resolution order and dependency on the plugin, which goes beyond the structured annotations.

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 two sentences, front-loaded with the primary purpose, and includes the method without any fluff. Every sentence contributes, and it is appropriately sized for a simple single-parameter tool.

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?

Given the tool's simplicity (one parameter), the presence of an output schema, and annotations covering safety semantics, the description is nearly complete. It covers the purpose and fallback behavior. It could mention what happens when no citation key is found, but the lack of that detail is not a major gap because output schema likely covers return structure.

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 0% coverage (the 'key' parameter has no description). The description compensates by clarifying that the parameter is 'one exact Zotero item key', providing meaning that the schema lacks. It does not specify format details, but enough meaning is added to make the parameter understandable.

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 verb ('Resolve') and resource ('Better BibTeX citation key for one exact Zotero item key'). It clearly distinguishes from siblings like zotero_search or zotero_item by focusing on resolving a citation key from a single exact item key, and even hints at the underlying method.

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 implies usage for a single exact Zotero item key, giving clear context. It does not explicitly name alternatives or exclusions, but the scope is well-defined, and a user would understand when to invoke this tool vs. a broader search tool. No explicit 'use this instead of X' guidance, but not misleading.

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/MurmuredVelpro/My-Zotero-MCP'

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