Skip to main content
Glama
yoheitabo

Scrapbox AI Assistant

by yoheitabo

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SCRAPBOX_CONFIG_PATHNoPath 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

CapabilityDetails
tools
{}
prompts
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription
literary_analysisAnalyze text from a literary criticism perspective
creative_continuationContinue or develop creative writing
knowledge_synthesisSynthesize knowledge from multiple sources

Resources

Contextual data attached and managed by the client

NameDescription
Available Scrapbox ProjectsList of all available Scrapbox projects

TDQS

B3.1/5.0

Scored across 3 tools

Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count3/5

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.

Completeness2/5

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.