Import items by identifier or URL
zotero_importResolve bibliographic metadata from an identifier or web page, and optionally save to your Zotero library.
Instructions
Resolve bibliographic metadata from an identifier or web page and optionally save it to your library. action: "by_identifier" resolves a DOI, ISBN, PMID, arXiv id, or ADS bibcode (set identifier); action: "by_url" scrapes a web page (set url) and may return multiple choices to pick from. Set save_to_library:true (and optionally collection_key) to persist the resolved items (requires a cloud API key); otherwise the resolved metadata is returned without saving. Requires a reachable Zotero translation-server (configurable via ZOTEUS_TRANSLATION_SERVER_URL); if none is running, this returns setup instructions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Web page URL to scrape. | |
| action | Yes | ||
| identifier | No | DOI / ISBN / PMID / arXiv id / ADS bibcode. | |
| library_id | No | ||
| library_type | No | ||
| collection_key | No | Collection to add saved items to. | |
| save_to_library | No | Persist the resolved items (needs a cloud key). |