Skip to main content
Glama

Trust Switchboard

request_approve

HITL pause. Agent waits; human taps yes. Needs a write key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
actionYes
amount_usdNo
target_urlYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.2/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries full behavioral disclosure. It states that the agent blocks/waits, that a human must approve, and that a write key is required. This is meaningful behavioral context beyond a simple 'requests approval' statement.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very short and contains no filler; each fragment adds a distinct piece of information. It is not structured as a formal definition, but it is appropriately compact for its message.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given four undocumented parameters, no output schema, and no annotations, the description is incomplete for reliable invocation. It covers the high-level approval flow and auth requirement, but leaves parameter meanings, return behavior, and failure modes unexplained.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description does not explain any of the four parameters (`query`, `action`, `target_url`, `amount_usd`). The description adds no parameter-level meaning, so agents would have to guess what `action` or `target_url` should contain.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description communicates a specific behavior: the agent pauses and waits for human approval, which clearly distinguishes it from siblings like decide_approve (which likely means the agent decides). The language is informal but the core action is identifiable.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The phrase 'HITL pause' implies the tool is for human-in-the-loop approval scenarios, giving some usage context. However, it does not explicitly state when to use this tool over alternatives like decide_approve, nor does it mention exclusion criteria.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.