bookmarks-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_bookmarksA | 按关键词搜索书签,匹配标题和 URL(不区分大小写)。 |
| list_foldersA | 列出所有书签文件夹。 |
| list_bookmarksB | 列出指定文件夹下的书签。 |
| recent_bookmarksA | 获取最近添加的书签。 |
| add_bookmarkB | 添加一条新书签。 |
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 has a clearly distinct purpose: search across all bookmarks, list folders, list bookmarks by folder, get recent bookmarks, and add a bookmark. There is no functional overlap between them.
Most tools follow a consistent verb_noun pattern (search_bookmarks, list_folders, list_bookmarks, add_bookmark), but recent_bookmarks deviates from this pattern, as it uses an adjective rather than a verb prefix.
Five tools is well within the ideal 3-15 range for a focused server and covers the essential bookmark operations without unnecessary bloat.
The tool set supports searching, listing, and adding bookmarks, but lacks update and delete operations, as well as any folder management beyond listing. This leaves obvious lifecycle gaps for a bookmark management domain.