Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MAC_IPYesIP address of the host machine running the MCP server
STACKCHAN_IPYesIP address of the Stack-chan robot on the local network
FISH_AUDIO_KEYNoFish Audio API key for TTS (optional; falls back to edge-tts if not set)

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
stackchan_sayD–
stackchan_listenD–
stackchan_moveD–
stackchan_nodD–
stackchan_shakeD–
stackchan_faceD–
stackchan_seeD–
stackchan_homeD–
stackchan_statusD–
stackchan_healthA

Non-destructive health check for config, dependencies, and device status.

stackchan_config_summaryA

Return Stack-chan runtime config without secrets.

stackchan_playback_statusD–
stackchan_voice_inboxD–
stackchan_voice_inbox_clearD–

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

D1.8/5.0

Scored across 14 tools

Disambiguation1/5

Most tools have no descriptions, making it impossible for an agent to distinguish between them. Tools like 'stackchan_listen', 'stackchan_say', 'stackchan_see', and 'stackchan_move' likely have distinct functions, but without descriptions they are ambiguous.

Naming Consistency5/5

All tool names follow a consistent 'stackchan_' prefix followed by a clear noun or verb, such as 'stackchan_config_summary', 'stackchan_move', 'stackchan_say'. This pattern is predictable and easy to parse.

Tool Count4/5

14 tools is reasonable for a robotics/personal assistant server covering configuration, movement, voice, and status. It is slightly above the ideal range (3-15) but still well-scoped.

Completeness3/5

Based on tool names, the server appears to cover core robot interactions (speech, movement, health, voice inbox). However, missing descriptions and evident gaps like 'stackchan_home' (unclear purpose) hinder full assessment. Coverage seems acceptable but not exhaustive.

Maintenance

ActivityMaintained
ResponsivenessNo issues