Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": true,
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Build Your First AgentRaxol documentation: docs/getting-started/BUILD_AN_AGENT.md
Sensor FusionRaxol documentation: docs/features/SENSOR_FUSION.md
Feature catalogRaxol documentation: docs/features/README.md
Plugin SDKRaxol documentation: docs/features/PLUGIN_SDK.md
Speech SurfaceRaxol documentation: docs/features/SPEECH.md
Agentic CommerceRaxol documentation: docs/features/AGENTIC_COMMERCE.md
Agent Commerce Protocol (ACP)Raxol documentation: docs/features/ACP.md
Raxol DocumentationRaxol documentation: docs/README.md
Recording & ReplayRaxol documentation: docs/features/RECORDING_REPLAY.md
Component GalleryRaxol documentation: docs/getting-started/COMPONENT_GALLERY.md
Distributed SwarmRaxol documentation: docs/features/DISTRIBUTED_SWARM.md
Agent FrameworkRaxol documentation: docs/features/AGENT_FRAMEWORK.md
Coding Agent (`mix raxol.code`)Raxol documentation: docs/features/CODING_AGENT.md
Telegram SurfaceRaxol documentation: docs/features/TELEGRAM.md
Watch SurfaceRaxol documentation: docs/features/WATCH.md
REPLRaxol documentation: docs/features/REPL.md
SymphonyRaxol documentation: docs/features/SYMPHONY.md
MemoryRaxol documentation: docs/features/MEMORY.md
Adaptive UIRaxol documentation: docs/features/ADAPTIVE_UI.md
QuickstartRaxol documentation: docs/getting-started/QUICKSTART.md
Core ConceptsRaxol documentation: docs/getting-started/CORE_CONCEPTS.md
Time-Travel DebuggingRaxol documentation: docs/features/TIME_TRAVEL_DEBUGGING.md
Tool / Action CatalogRaxol documentation: docs/reference/TOOL_CATALOG.md
Editor Agent Client ProtocolRaxol documentation: docs/features/EDITOR_ACP.md
Virtual File SystemRaxol documentation: docs/features/FILESYSTEM.md
Self-ImprovementRaxol documentation: docs/features/SELF_IMPROVEMENT.md
Unified Messaging GatewayRaxol documentation: docs/features/GATEWAY.md
Cursor EffectsRaxol documentation: docs/features/CURSOR_EFFECTS.md
MCP as a Rendering TargetRaxol documentation: docs/features/MCP.md

TDQS

A4.1/5.0

Scored across 11 tools

Disambiguation5/5

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).

Naming Consistency4/5

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.

Tool Count5/5

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.

Completeness5/5

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.

Maintenance

ActivityActive
ResponsivenessResponsive