Skip to main content
Glama
dzulfiikar

human-loop-mcp

by dzulfiikar

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": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_user_inputC

Open a browser-based single-line input dialog for the user.

get_user_choiceC

Open a browser-based choice dialog for the user.

get_multiline_input

Open a browser-based multiline text dialog for the user.

show_confirmation_dialogC

Ask the user to confirm or cancel an action in the browser.

show_info_messageB

Show an informational browser page and wait for acknowledgement.

get_human_loop_promptC

Explain when to use the human-loop browser tools.

health_checkB

Check server and browser dialog runtime health.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.3/5.0

Scored across 6 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: showing info, getting input, getting a choice, confirming, explaining usage, and health check. No overlaps.

Naming Consistency5/5

All tool names follow a consistent verb_noun or noun_noun pattern in snake_case (e.g., show_info_message, get_user_input, health_check). No deviations.

Tool Count5/5

6 tools is well-scoped for a human-in-the-loop server, covering core interaction types without bloat or insufficiency.

Completeness5/5

The set covers the essential human-loop interactions: informational display, single-line input, choice selection, confirmation, plus a meta tool and health check. No obvious gaps.

Maintenance

ActivityInactive
ResponsivenessNo issues