Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PINBOARD_TOKEN | Yes | Your Pinboard API token in format username:token |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_bookmarks | Search bookmarks by query string across titles, notes, and tags (recent focus). |
| search_bookmarks_extended | Extended search for comprehensive historical results across titles, notes, and tags. |
| list_recent_bookmarks | List bookmarks saved in the last N days. |
| list_bookmarks_by_tags | List ALL bookmarks filtered by tags and optional date range. |
| list_tags | List all tags with their usage counts. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |