Skip to main content
Glama
gungunj
by gungunj

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
EMBEDDING_HOSTNo监听地址
EMBEDDING_PORTNo监听端口
EMBEDDING_DEVICENo强制设备,例如 `cpu`、`mps`、`cuda`
EMBEDDING_MODEL_NAMENo自定义本地模型名称

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
route_queryD
clarify_queryD
validate_routeD
list_capabilitiesD
explain_routeD
plan_taskD
validate_capabilitiesD

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.1/5.0

Scored across 7 tools

Disambiguation4/5

Most tools have distinct purposes: clarify_query, explain_route, route_query, and validate_route target different stages of query processing, while list_capabilities and validate_capabilities focus on server capabilities. However, plan_task is somewhat vague and could overlap with route_query or clarify_query in function.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using snake_case, such as clarify_query, explain_route, and list_capabilities. There are no deviations in naming conventions, making the set predictable and readable.

Tool Count5/5

With 7 tools, the count is well-scoped for a router server, covering query clarification, routing, validation, and capability management without being overwhelming. Each tool appears to serve a specific role in the routing workflow.

Completeness4/5

The tool set covers key aspects of routing: query clarification, route explanation, planning, routing, and validation, along with capability listing and validation. A minor gap might be the lack of tools for dynamic route updates or error handling, but core operations are present.

Maintenance

ActivityInactive
ResponsivenessNo issues