login_status
Verify which ChatGPT accounts are logged in and ready. Returns authentication status, account emails, and ready count from persisted hints without network calls.
Instructions
Check logged-in ChatGPT accounts. Cheap + hint-based (no network probe):
returns {authed, accounts:[{email, type, alive, restore_at}], ready_count}.
ready_count is from persisted hints; for live quota run the CLI aigpt accounts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||