Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
COMFYUI_URLNoThe URL of the ComfyUI instance. Default is http://127.0.0.1:8188.http://127.0.0.1:8188

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
list_charactersA

List available avatar characters and the expressions each one supports.

get_current_lookA

Report which character is currently selected and its last expression.

set_expressionA

Render the avatar showing the given expression, and return the image.

`emoji` must be one of the expressions the character supports (call
list_characters() to see them). `character` selects which avatar to use;
omit it to reuse the currently-selected character. The selection and
expression are remembered, so follow-up calls can just pass a new emoji.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.3/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a distinct purpose: reporting current state, listing available options, and setting an expression. No overlap or ambiguity.

Naming Consistency5/5

All tool names use a consistent verb_noun pattern in snake_case: get_current_look, list_characters, set_expression.

Tool Count5/5

With 3 tools, the set is minimal but perfectly scoped for a character avatar service. Each tool is essential and none are missing.

Completeness5/5

The tools cover the full lifecycle: listing available characters/expressions, checking current state, and setting expression. No gaps for the intended domain.

Maintenance

ActivityStale
ResponsivenessNo issues