Skip to content

mail_list_accounts

List the email accounts configured for the running Maho Browser profile.

None. If you send an arguments field, it must be an object.

// Request
{ "tool": "mail_list_accounts", "arguments": {} }
// Response
[
{ "id": "acc1", "email": "[email protected]", "provider": "Gmail" },
{ "id": "acc2", "email": "[email protected]", "provider": "Fastmail" }
]

Read tool. Requires Mail enabled, a ready helper, a non-deny global tool policy, and Allow AI to read Mail. Failures return JSON-RPC error -32008 with one of mail_feature_disabled, mail_helper_unavailable, mail_global_policy_denied, or mail_read_consent_required. Full ordering: API Reference.