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.

ParameterTypeRequiredDefaultDescription
msintegeryesNumber of milliseconds to sleep (values above 30000 are capped)
sessionstringnoOptional: named session to run this call in (default: current session).

On this page