connect_account
Connect a Google account on this device using browser-based OAuth, storing credentials securely in your OS keychain. Returns a reference identifier, email, and optional tag.
Instructions
Connect a Google account on THIS device via your browser (PKCE + loopback). The refresh token is stored in your OS keychain and never leaves the machine. Returns {ref, email, tag}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | A short id you choose, e.g. "work". | |
| tag | No | Optional tag, e.g. "personal" / "work". |