Utilities
Utilities — MCP tools exposed to agents.
1 tool in this group.
browser_sleep
Pause execution for a specified number of milliseconds. Use sparingly — prefer browser_wait or browser_wait_for_url when possible.
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
ms | integer | yes | Number of milliseconds to sleep (values above 30000 are capped) | |
session | string | no | Optional: named session to run this call in (default: current session). |