list_tabs
List open Chrome tabs with their ID, title, URL, and type. Returns an error if Chrome is unreachable.
Instructions
List open Chrome page tabs.
Returns {"tabs": [{id, title, url, type}, ...]} or {"error": ...}
if Chrome is unreachable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||