ContextBolt Bookmarks
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CONTEXTBOLT_TOKEN | No | Your ContextBolt Pro token. Optional. Without it, the server lists tools but tool calls return a token-required error. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_bookmarksA | Semantic search across your saved bookmarks from X, Reddit, LinkedIn, and the web. |
| list_clustersB | List your topic clusters with their bookmark counts. |
| get_cluster_bookmarksB | Get all bookmarks in one topic cluster. |
| get_recent_bookmarksB | Get your most recently saved bookmarks. |
| save_bookmarkB | Save a new bookmark to your ContextBolt collection while chatting. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
Each tool targets a distinct operation: cluster retrieval, recent list, cluster listing, saving, and search. No overlap in purpose.
All tool names follow a consistent verb_noun pattern with underscores (e.g., get_cluster_bookmarks, save_bookmark). No style mixing.
Five tools cover the essential bookmark operations (create, retrieve by cluster/recent/search, list clusters). Slightly thin but well-scoped for a focused server.
Missing update and delete operations for bookmarks, and no get-by-id tool. Basic retrieval and creation present, but lifecycle incomplete.