auth_poll
Checks the status of a sign-in flow using the device code from auth_start. Returns the user email upon approval, indicates pending if still waiting, or expired if the session timed out.
Instructions
Complete the sign-in flow started by auth_start. Pass the device_code from that response. Returns signed_in (with email) once the user approves, pending if still waiting (call this tool again), or expired (start over with auth_start).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device_code | Yes |