Add bookmark
add_bookmarkAdd a URL to your bookmarks. Duplicates are rejected and the new bookmark includes an ID. Optionally provide a title, up to 10 tags, and notes.
Instructions
Save a URL to the user's reading list. Rejects duplicate URLs. Returns the created bookmark including its generated id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to bookmark, e.g. https://example.com/article | |
| tags | No | Up to 10 tags, e.g. ['typescript', 'testing'] | |
| notes | No | Optional free-form notes | |
| title | No | Title for the bookmark. Defaults to the URL's hostname. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bookmark | Yes |