update_bookmark
Update an existing bookmark's URL, title, notes, tags, and status flags by providing its ID to keep your saved links current.
Instructions
Update an existing bookmark.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | New URL for the bookmark | |
| notes | No | New notes for the bookmark | |
| title | No | New title for the bookmark | |
| shared | No | Whether the bookmark should be shared | |
| unread | No | Whether the bookmark should be marked as unread | |
| tag_names | No | New list of tag names (replaces existing tags) | |
| bookmark_id | Yes | ID of the bookmark to update (required) | |
| description | No | New description for the bookmark | |
| is_archived | No | Whether the bookmark should be archived |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |