Raxol
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": true,
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Build Your First Agent | Raxol documentation: docs/getting-started/BUILD_AN_AGENT.md |
| Sensor Fusion | Raxol documentation: docs/features/SENSOR_FUSION.md |
| Feature catalog | Raxol documentation: docs/features/README.md |
| Plugin SDK | Raxol documentation: docs/features/PLUGIN_SDK.md |
| Speech Surface | Raxol documentation: docs/features/SPEECH.md |
| Agentic Commerce | Raxol documentation: docs/features/AGENTIC_COMMERCE.md |
| Agent Commerce Protocol (ACP) | Raxol documentation: docs/features/ACP.md |
| Raxol Documentation | Raxol documentation: docs/README.md |
| Recording & Replay | Raxol documentation: docs/features/RECORDING_REPLAY.md |
| Component Gallery | Raxol documentation: docs/getting-started/COMPONENT_GALLERY.md |
| Distributed Swarm | Raxol documentation: docs/features/DISTRIBUTED_SWARM.md |
| Agent Framework | Raxol documentation: docs/features/AGENT_FRAMEWORK.md |
| Coding Agent (`mix raxol.code`) | Raxol documentation: docs/features/CODING_AGENT.md |
| Telegram Surface | Raxol documentation: docs/features/TELEGRAM.md |
| Watch Surface | Raxol documentation: docs/features/WATCH.md |
| REPL | Raxol documentation: docs/features/REPL.md |
| Symphony | Raxol documentation: docs/features/SYMPHONY.md |
| Memory | Raxol documentation: docs/features/MEMORY.md |
| Adaptive UI | Raxol documentation: docs/features/ADAPTIVE_UI.md |
| Quickstart | Raxol documentation: docs/getting-started/QUICKSTART.md |
| Core Concepts | Raxol documentation: docs/getting-started/CORE_CONCEPTS.md |
| Time-Travel Debugging | Raxol documentation: docs/features/TIME_TRAVEL_DEBUGGING.md |
| Tool / Action Catalog | Raxol documentation: docs/reference/TOOL_CATALOG.md |
| Editor Agent Client Protocol | Raxol documentation: docs/features/EDITOR_ACP.md |
| Virtual File System | Raxol documentation: docs/features/FILESYSTEM.md |
| Self-Improvement | Raxol documentation: docs/features/SELF_IMPROVEMENT.md |
| Unified Messaging Gateway | Raxol documentation: docs/features/GATEWAY.md |
| Cursor Effects | Raxol documentation: docs/features/CURSOR_EFFECTS.md |
| MCP as a Rendering Target | Raxol documentation: docs/features/MCP.md |
TDQS
Scored across 11 tools
Every tool has a unique action and target. The raxol_ and adaptive_ prefixes clearly separate the two functional areas, and within each prefix, each tool performs a distinct operation (e.g., start vs. stop vs. list vs. screenshot).
Both tool groups follow a consistent prefix + verb or verb_noun pattern (raxol_start, raxol_send_key, adaptive_get_recommendation). The only deviation is raxol_screenshot, which uses a noun instead of a verb form, but it is still clear and not confusing.
11 tools is well within the ideal 3-15 range. Each tool serves a distinct purpose in managing headless sessions and interacting with the adaptive recommendation feedback loop, with no redundancy.
The toolset covers the full lifecycle of headless sessions (start, stop, list) plus interaction (send_key, screenshot, get_model). The adaptive tools provide a complete feedback loop: accuracy, behavior summary, recommendation retrieval, and accept/reject actions. No obvious dead ends.