Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SMART_ROUTER_HOMENoDirectory containing the registry as <home>/config.json.
SMART_ROUTER_CONFIGNoExplicit 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

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

Tools

Functions exposed to the LLM to take actions

NameDescription
searchA

Search available MCP tools and Skills by name, description, or regex.

Returns up to limit matching entries (each with a "type" of "tool" or "skill"). Use call_tool on a "tool" match or use_skill on a "skill" match to actually invoke it.

call_toolA

Invoke a downstream MCP tool found via search.

server and name come from a search result of type "tool".

use_skillA

Load the full instructions for a Skill found via search.

routeA

Pick the best tool or skill for task, ranked by server-side routing config.

Returns the selection (chosen / candidates) and NEVER executes anything — invoke the pick yourself via call_tool or use_skill. context is optional light file metadata (file_path / extension, references only); mode overrides the configured auto/ask default for this call.

adminB

Manage the warden registry. Actions: list, register_mcp, register_skill, unregister, migrate, restore, get_routing, set_routing. params carries the action's arguments.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/chris-asmussen/warden'

If you have feedback or need assistance with the MCP directory API, please join our Discord server