Skip to main content
Glama

zotero_add_by_isbn

Add books to your Zotero library by ISBN with automatic metadata resolution from Open Library and Google Books. Supports ISBN-10, ISBN-13, and URL prefixes, with options for collections and tags.

Instructions

Add a book to your Zotero library by ISBN. Resolves metadata via Open Library (primary) and Google Books (fallback). Accepts ISBN-10, ISBN-13, with or without hyphens, or a URL/isbn: prefix. Response includes the resolver source so you can audit metadata quality. collections accepts keys, names, or '/'-paths (validated before create). if_exists: 'duplicate' (default) | 'file' (reuse an existing item with this ISBN — add missing collections/tags) | 'skip'. create_missing_collections: create unknown collection specs instead of failing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
isbnYes
collectionsNo
tagsNo
if_existsNoduplicate
create_missing_collectionsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations provided, so description carries full burden. Discloses metadata resolution sources, ISBN format acceptance, response includes resolver source, and parameter behaviors. Does not cover error handling or authentication needs, but covers key behavioral aspects.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Single paragraph with efficient sentences; no fluff. Could benefit from bullet points for readability, but remains short and front-loaded with purpose.

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 5 parameters, output schema exists, and sibling tools, the description covers main functionality and parameter details well. Does not discuss error scenarios or metadata quality issues beyond resolver source, but adequate for a tool with output schema.

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

Parameters5/5

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

Schema coverage is 0%, but description adds meaning for every parameter: explains isbn formats, collections accepts keys/names/paths, if_exists enum with behaviors, and create_missing_collections as boolean. Particularly detailed on if_exists options.

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?

Clear verb ('Add') and resource ('book to your Zotero library by ISBN'). Distinguishes from siblings like zotero_add_by_doi and zotero_add_by_url by specifying ISBN as the input identifier. Also explains ISBN format flexibility.

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?

Implicitly tells when to use (when you have an ISBN), but does not explicitly mention alternatives like DOI or URL tools. However, provides detailed guidance on if_exists and create_missing_collections parameters, aiding appropriate use.

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

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