Each step is a normal tool call. The batch stops at the first error and returns the results collected so far.
Parameters
object[]
required
Each item:
tool, args.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Run several tool calls in order in one round trip.
tool, args.{
"steps": [
{
"tool": "browser_navigate",
"args": {
"tabId": 1234,
"url": "https://example.com/login"
}
},
{
"tool": "browser_snapshot",
"args": {
"tabId": 1234
}
}
]
}
