list_accounts
Lists the email accounts configured in GigaMail, returning IDs, names, email addresses, types, and active status for use as account_id in other operations.
Instructions
List the email accounts configured in GigaMail, without credentials.
Returns a list of {id, name, email, type ('microsoft' | 'imap'),
active}. Use `id` as account_id in the other tools; `active` marks the
default account used when account_id is omitted. Accounts are added
only by the user from the CLI (`gigamail login` / `accounts add-imap`):
there is no tool to add, edit or remove them. Read-only, local, no
network call. Returns an empty list if nothing is configured.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |