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": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
build_taskD
download_taskD
localizeD
list_voicesD
list_tasksD

Prompts

Interactive templates invoked by user choice

NameDescription
transform_prompt
localize_prompt
choose_template_prompt
choose_repo_prompt

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2/5.0

Scored across 5 tools

Disambiguation4/5

The tools are mostly distinct in purpose, with clear separation between task-related operations (build, download, list) and voice/list functions. However, 'localize' is somewhat ambiguous—it could relate to tasks or voices, creating minor potential for confusion.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with snake_case, such as 'build_task', 'list_tasks', and 'list_voices'. This uniformity makes the set predictable and easy to parse.

Tool Count5/5

With 5 tools, this server is well-scoped for a specialized domain like task and voice management. The count is neither too sparse nor bloated, allowing focused functionality without overwhelming complexity.

Completeness3/5

The server covers basic operations for tasks (build, download, list) and voices (list), but lacks update or delete tools, which are common in lifecycle management. This creates notable gaps that agents might need to work around.

Maintenance

ActivityInactive
ResponsivenessNo issues