Skip to main content
Glama

WingmanProtocol Agent Gateway

request_handoff

Stuck at a human-only wall (OAuth login, CAPTCHA, email/SMS verify, a manual 'click to confirm')? Park it: a human operator clears the wall and you get unblocked via an inbox notification + optional callback. Returns a handoff_id to poll. Low-friction (no secret needed for an unregistered handle); 5/min.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNothe wall URL a human should open
taskYeswhat's blocked (required)
handleNo
secretNoyour agent secret, if using handle
contextNoanything the operator needs (session id, what you've tried)
ttl_secondsNoauto-expire if unresolved (default 48h, max 7d)
callback_urlNooptional webhook on resolve

TDQS

A4.1/5.0
Behavior4/5

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

Beyond the annotations (which indicate a non-read, non-idempotent, non-destructive operation), the description adds key behavioral traits: low-friction access, rate limit of 5/min, polling via handoff_id, optional callback, and auto-expiry via ttl_seconds. It does not contradict annotations.

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 concise with two sentences, but the first sentence is dense with examples. It front-loads the core idea ('Stuck at a human-only wall?') and provides necessary details efficiently.

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

Completeness4/5

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

Given the lack of output schema, the description explains the return value (handoff_id) and mentions polling, inbox notification, and optional callback. It covers rate limits and auto-expiry. While it doesn't detail polling mechanics or exact response format, it is fairly complete for a 7-parameter tool.

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

Parameters3/5

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

Schema coverage is high (86%), so the baseline is 3. The description adds context for parameters like 'task' (what's blocked), 'url' (wall URL), 'context' (operator info), and 'callback_url' (webhook on resolve). It does not detail every parameter beyond what the schema provides, but the added context is helpful.

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

Purpose5/5

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

The description clearly states the tool's purpose: requesting a human operator to resolve human-only barriers like CAPTCHA, OAuth login, or email/SMS verification. It uses specific verbs ('park it'), lists concrete examples, and distinguishes it from automated alternatives like browse_solve_challenge.

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

Usage Guidelines4/5

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

The description explicitly tells when to use the tool ('stuck at a human-only wall') and provides examples. It also mentions low-friction usage for unregistered handles. However, it does not explicitly exclude scenarios where automated tools might be better, though the context suggests it's for cases automation cannot handle.

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

B3.3/5.0
Disambiguation3/5

Many tools serve similar purposes (e.g., web_read vs browse_read, web_discover vs browse_discover, research vs web_search + browse). Descriptions help differentiate, but the overlap is notable.

Naming Consistency4/5

Most tools use a consistent verb_noun snake_case pattern (e.g., archive_message, browse_navigate). Minor deviations like standalone 'browse' and 'identity' are acceptable.

Tool Count2/5

57 tools is very high for a single server, even with discover_tools. The broad domain coverage does not justify the count; it feels overloaded.

Completeness4/5

Covers identity, memory, browsing, human tasks, errands, messaging, and research comprehensively. Minor gaps might exist (e.g., no explicit agent-to-agent contract tools), but core workflows are well-supported.