smart-router
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SMART_ROUTER_HOME | No | Directory containing the registry as <home>/config.json. | |
| SMART_ROUTER_CONFIG | No | Explicit path to the config.json 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 | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| searchA | Search available MCP tools and Skills by name, description, or regex. Returns up to |
| call_toolA | Invoke a downstream MCP tool found via
|
| use_skillA | Load the full instructions for a Skill found via |
| routeA | Pick the best tool or skill for Returns the selection ( |
| adminB | Manage the warden registry. Actions: list, register_mcp, register_skill,
unregister, migrate, restore, get_routing, set_routing. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |