Skip to main content
Glama
Sighthesia

interactive-choice-mcp

by Sighthesia

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CHOICE_LANGNoInterface language (en, zh)Auto-detected by system language
CHOICE_LOG_FILENoLog file path (optional)
CHOICE_WEB_HOSTNoWeb server host127.0.0.1
CHOICE_WEB_PORTNoWeb server port9999
CHOICE_LOG_LEVELNoLog level (DEBUG, INFO, WARNING, ERROR)INFO
CHOICE_MCP_DATA_DIRNoData storage directory.mcp-data/

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
provide_choiceA

Use this tool to resolve ambiguities, confirm high-risk actions, or validate task completion.

USAGE RULES:
1. SUMMARY: The `prompt` argument MUST follow this structure:
   - A concise summary of actions taken and files modified.
   - What you need the user to decide or if they are satisfied with the result.
2. FEEDBACK INTEGRATION: If a user provides `option_annotations` or `additional_annotation`, treat them as new instructions, execute the changes, and call this tool AGAIN to re-verify.

TERMINAL WORKFLOW:
- If `action_status` == "pending_terminal_launch":
    1. IMMEDIATELY execute the `terminal_command` using the terminal tool.
    2. Monitor output for `[SWITCH_TO_WEB] session_id=xxx`. If found, call `poll_selection(session_id)`.
    3. If `[SELECTION_COMPLETE]` appears, parse the result and proceed.

Args:
    selection_mode: "single" or "multi".
    options: List of dicts (id, description). Always include a `recommended: true` option.
poll_selectionC

Polls for the result of an ongoing interaction session that was switched from Terminal to Web.

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/Sighthesia/interactive-choice-mcp'

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