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

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.

TDQS

C2.9/5.0
Disambiguation2/5

Several tools cluster around pre-recommendation and human approval, so boundaries are blurry: commit_recommend, log_intent, whats_good_for, and trust_check all happen 'before recommending,' while request_approve and decide_approve differ mainly by who initiates. Descriptions help, but an agent could easily pick the wrong tool.

Naming Consistency4/5

Most tools follow an imperative verb_noun snake_case pattern—log_click, spend_check, trust_check, ingest_listing—making the set predictable. nutrition_label and whats_good_for break that pattern, but the overall style is still consistent enough to navigate.

Tool Count5/5

Ten tools fits the ideal 3-15 range and maps well to the server's trust-check, approval, logging, and listing-ingestion lifecycle. Each tool has a distinct role even if a few overlap conceptually.

Completeness4/5

The core workflow is well covered: policy checks, candidate lookup, logging, human approval, listing ingestion, and a nutrition stamp are all present. Missing observability and management endpoints like approval status/history or listing update/delete are workable gaps rather than dead ends.