Skip to main content
Glama
AgentMP

hitl-mcp-server

by AgentMP

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AGENTMP_API_KEYYesYour API key for the AGENTMP platform

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
create_hitlB

Create a new HITL escalation request

approve_hitlB

Approve a HITL escalation

modify_hitlB

Modify a HITL escalation with new action

reject_hitlC

Reject a HITL escalation

get_hitlA

Get details of a specific HITL escalation

list_hitlsA

List all HITL escalations for the authenticated user

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 6 tools

Disambiguation5/5

Each tool targets a distinct action on HITL escalations—create, approve, modify, reject, get, list—with no overlapping purposes. An agent can easily select the right tool based on the desired operation.

Naming Consistency5/5

All tools follow a consistent verb_hitl pattern (e.g., create_hitl, approve_hitl, list_hitls), using snake_case throughout. The pluralization in list_hitls is a minor deviation but still follows the expected convention.

Tool Count5/5

With 6 tools, the server is well-scoped for managing HITL escalations. Each tool covers a necessary action without redundancy, fitting comfortably within the ideal range.

Completeness5/5

The toolset covers the full lifecycle of a HITL escalation: creation (create_hitl), retrieval (get_hitl, list_hitls), updates (modify_hitl), and state transitions (approve_hitl, reject_hitl). No obvious gaps for the intended domain.

Maintenance

ActivityInactive
ResponsivenessNo issues