save_bookmark
When chatting, store a URL and content in your ContextBolt collection with optional tags for later semantic search.
Instructions
Save a new bookmark to your ContextBolt collection while chatting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL of the page or post to save. | |
| content | Yes | Main text content to index. | |
| title | No | Optional title. | |
| author | No | Optional author or handle. | |
| tags | No | Optional tags. |