Skip to main content
Glama

Pause for a human

browser_await_human

Pause automation and hand control to a human for CAPTCHAs, login walls, 2FA codes, or payments, then wait until the page clears and resume with a fresh snapshot.

Instructions

Hand control to a person and wait. Use this the moment you hit anything a human must do: a CAPTCHA, a Cloudflare check, a login wall, a 2FA/OTP code, an SMS confirmation, or a payment step.

Do NOT try to solve a CAPTCHA yourself — clicking or typing at one fails and gets the profile flagged. Call this instead. It brings the browser window to the front, tells the operator what to do, and blocks until the page clears the challenge (or until timeoutSeconds). It then returns a fresh snapshot so you can carry on.

The profile must be running headed — a person cannot act on a headless window.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textNoThe text to watch for, with textPresent/textGone.
untilNoWhat counts as done. `challengeGone` waits for the detected challenge to clear. `manual` waits the full timeout — use it only when nothing observable changes.challengeGone
reasonYesWhat the person needs to do, in one line. Shown to them verbatim, e.g. 'Solve the reCAPTCHA on the login page' or 'Enter the 6-digit code sent by SMS'.
tabIndexNoAct on this tab just for this call, without changing which tab is active. Defaults to the active tab. To switch tabs for good, use browser_tabs with action 'select'.
profileIdYesBrowser profile id, as passed to start_profile.
pollSecondsNoHow often to re-check.
timeoutSecondsNoHow long to wait for the person. Default 5 minutes.
Behavior5/5

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

Beyond the annotations (readOnlyHint=false, openWorldHint=true, destructiveHint=false), the description discloses that the tool brings the browser to the front, tells the operator what to do, blocks until the challenge clears or timeoutSeconds elapses, returns a fresh snapshot, and requires headed mode. It also warns about profile flagging. No contradictions with annotations.

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

Conciseness5/5

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

The description is compact and front-loaded: the first sentence states the core purpose, followed by use cases, a critical warning, mechanics, and a prerequisite. Every sentence adds unique information, and there is no padding or repetition.

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

Completeness5/5

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

For a tool with 7 parameters and no output schema, the description covers the essential operational context: when to invoke it, what it does, how it behaves, what the operator sees, return behavior, and prerequisites. Schema fills the remaining param details. The description is fully sufficient for an agent to select and invoke it correctly.

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 description coverage is 100%, so the baseline is 3. The description adds contextual meaning to timeoutSeconds and reason (operator message) but does not deeply elaborate each parameter. It meets the baseline without adding substantial value beyond the schema.

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 opens with a clear, specific verb+resource ('Hand control to a person and wait') and immediately enumerates concrete use cases (CAPTCHA, Cloudflare check, login wall, 2FA/OTP, SMS, payment). It distinguishes itself from the sibling browser_wait_for by explicitly stating it is for human-required actions and warns against attempting to solve CAPTCHAs automatically.

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

Usage Guidelines5/5

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

Provides explicit when-to-use guidance with a concrete list of scenarios, and when-not-to-use by instructing not to try solving CAPTCHAs automatically. It also clarifies the headless requirement, giving clear exclusions and prerequisites. This is exemplary usage direction.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/someorgyouwontcareabout/DolphinMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server