zen_broadcast
Fire a command to multiple tabs in parallel. Get back results for each tab, identified by its tab ID.
Instructions
Fire the same command at every listed tab in parallel.
Each tab gets the command with its own tabId injected. Returns per-tab results keyed by tab id.
Args: tab_ids: Tabs to target. command: Command dict, e.g. {"action": "pageInfo"} or {"action": "getReadability"}. timeout: Per-tab timeout in seconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tab_ids | Yes | ||
| command | Yes | ||
| timeout | No |