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
| Name | Required | Description | Default |
|---|---|---|---|
| isbn | Yes | ||
| collections | No | ||
| tags | No | ||
| if_exists | No | duplicate | |
| create_missing_collections | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |