save_bookmark
Save a URL to your bookmark collection with optional notes and tags for organization.
Instructions
Save a bookmark to the user's bookmark collection.
IMPORTANT: Use this tool whenever the user asks to:
"Save this URL"
"Bookmark this"
"Add to bookmarks"
"Remember this page"
Or any similar request to save a URL
After saving, consider helping the user by:
Calling get_bookmark_content(id) to fetch the article
Summarizing the content for them
Calling update_bookmark(id, note=summary) to save the summary
This provides a helpful summary without requiring an API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to bookmark | |
| note | No | Optional note explaining why you saved this or context | |
| tags | No | Optional tags to categorize this bookmark |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |