DEVELOPERS / DEVELOPERS
list_mail_accounts
Behavior, inputs, outputs and permissions for list_mail_accounts.
Reviewed · 2026-09-20 / Ridian
This reference is generated from the published tool contract.
Behavior and boundaries
Section titled “Behavior and boundaries”Lists connected Google and Microsoft accounts explicitly enabled for sending email. Returns no mailbox or message content.
Permissions
Section titled “Permissions”Granted scopes, accounts, calendars and visibility rules limit access. Workspace administrators do not automatically gain access to other users’ accounts.
mail:send
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": {}, "additionalProperties": false}Output
Section titled “Output”{ "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "accounts": { "type": "array", "items": { "type": "object", "properties": { "accountId": { "type": "string" }, "accountName": { "type": "string" }, "provider": { "type": "string" } }, "required": [ "accountId", "accountName", "provider" ], "additionalProperties": false } }, "ausgeschlossen": { "type": "object", "properties": { "andereOrganisation": { "type": "integer", "minimum": 0, "maximum": 9007199254740991 }, "arbeitGesperrt": { "type": "integer", "minimum": 0, "maximum": 9007199254740991 }, "inaktivesKonto": { "type": "integer", "minimum": 0, "maximum": 9007199254740991 }, "providerNichtUnterstuetzt": { "type": "integer", "minimum": 0, "maximum": 9007199254740991 }, "scopeFehlt": { "type": "integer", "minimum": 0, "maximum": 9007199254740991 }, "tenantUnbekannt": { "type": "integer", "minimum": 0, "maximum": 9007199254740991 } }, "required": [ "andereOrganisation", "arbeitGesperrt", "inaktivesKonto", "providerNichtUnterstuetzt", "scopeFehlt", "tenantUnbekannt" ], "additionalProperties": false } }, "required": [ "accounts", "ausgeschlossen" ], "additionalProperties": false}Errors and retries
Section titled “Errors and retries”Check the tool result for errors. Do not blindly retry writes after a timeout. Check the calendar state first.