Create a link
create_linkSave a bookmark URL with optional title, tags, description, and collection. Linkwarden auto-fetches the page title and creates new collections or tags as needed, preventing duplicate links with a conflict error.
Instructions
Saves a bookmark. Linkwarden fetches the page title itself when no name is given, and queues the page for preservation according to the account defaults (get_current_user shows them).
The collection is optional; without one the link lands in "Unorganized". Naming a collection that does not exist creates it. If the account has "prevent duplicate links" enabled, saving a URL twice fails with HTTP 409.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to bookmark, including the scheme | |
| name | No | Title. Omit to let Linkwarden read it from the page. | |
| tags | No | Tag names. Tags that do not exist yet are created. | |
| description | No | ||
| collection_id | No | Target collection. Mutually exclusive with collection_name. | |
| collection_name | No | Target collection by name; it is created if it does not exist. Mutually exclusive with collection_id. |