zotero_resolve_collection
Resolve a Zotero collection by exact key, globally unique name, or full path, ensuring unambiguous lookup. Returns only exact matches, never suggestions, to prevent errors.
Instructions
Resolve one exact Zotero collection key, globally unique name, or full path. Fails closed on missing, duplicate, deleted, or malformed collections. Similar candidates are suggestions only and are never selected automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | Exact Zotero collection key. | |
| name | No | Exact globally unique Zotero collection name. | |
| path | No | Exact full path such as Projects > Glioma. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | No | ||
| text | No | ||
| error | No |