list_accounts
List all email accounts configured in Maho Mail.
Parameters
Section titled “Parameters”None.
Example
Section titled “Example”// Request{ "tool": "list_accounts" }
// Response[ { "id": "acc1", "email": "alice@gmail.com", "provider": "Gmail" }, { "id": "acc2", "email": "bob@fastmail.com", "provider": "Fastmail" }]