add_linked_url_attachment
Attach a URL to a Zotero item as a linked attachment, or create a standalone link. Useful for saving external PDFs, web pages, and other resources.
Instructions
Attach a linked URL to an existing Zotero item, or create a standalone linked-URL attachment. Use this to link external PDFs, web pages, or other resources to items already in your library. If parent_item is provided, the attachment is added as a child; otherwise it is standalone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL of the resource to link | |
| tags | No | Tags to apply to the attachment | |
| title | No | Display title for the attachment (defaults to the URL) | |
| collections | No | Collection keys to add the attachment to (only used for standalone attachments, ignored when parent_item is set) | |
| parent_item | No | Item key of the parent item. If provided, the attachment becomes a child of that item. | |
| content_type | No | MIME type of the linked resource (e.g. "application/pdf", "text/html") |