Scrapbox AI Assistant
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SCRAPBOX_CONFIG_PATH | No | Path to the scrapbox-config.json configuration file |
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 | {} |
| prompts | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_pagesC | Search pages across Scrapbox projects with intelligent filtering |
| analyze_connectionsC | Analyze connections and relationships between pages |
| extract_themesC | Extract themes and patterns from pages |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| literary_analysis | Analyze text from a literary criticism perspective |
| creative_continuation | Continue or develop creative writing |
| knowledge_synthesis | Synthesize knowledge from multiple sources |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Available Scrapbox Projects | List of all available Scrapbox projects |
TDQS
Scored across 3 tools
Each tool has a clearly distinct purpose: analyze_connections focuses on relationships between pages, extract_themes identifies patterns and themes, and search_pages handles finding pages with filtering. There is no overlap in functionality, making tool selection straightforward for an agent.
All tool names follow a consistent verb_noun pattern with snake_case (analyze_connections, extract_themes, search_pages). The naming is predictable and readable, with no deviations or mixed conventions.
With only 3 tools, the set feels thin for an 'AI Assistant' server, potentially lacking operations like creating, updating, or deleting pages. While the tools are well-defined, the count is borderline low for comprehensive assistance in a content management domain like Scrapbox.
The tool surface is significantly incomplete for a Scrapbox AI Assistant. There are obvious gaps in CRUD/lifecycle coverage—no tools for creating, editing, or managing pages or projects—which will likely cause agent failures when trying to perform basic content operations.