Connect to Google Flow
flow_connectAttaches to your Chrome session, launching it if needed, opens Google Flow, and verifies login status, prompting sign-in when not authenticated.
Instructions
Attach to the dedicated Chrome (launching it if needed), open a tab owned by this server and load Google Flow. Other tools connect on demand, so this is mainly a warm-up and login check. If logged_in is false, sign in once in the Chrome window.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| open_url | No | URL to open instead of the Flow home page (e.g. a project URL) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| tab_url | Yes | ||
| cdp_port | Yes | ||
| logged_in | Yes | ||
| attached_existing | Yes | true when a Chrome was already listening on the CDP port |