Get Signature
signature_getRetrieve the email signature and sender display name configured for an inbox. Returns signature HTML, plain text, enablement status, reply/forward mode, and source.
Instructions
Read the email signature configured for an inbox. Returns the signature HTML and plain text, whether it is enabled, the reply/forward mode ('always' | 'first_only' | 'never'), its source ('manual', 'gmail_import', or null when none is set), and sender_name, the display name recipients see in the From header (null when unset). The signature is appended server-side on send/reply/forward/draft/scheduled messages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inbox | No | Inbox email address, an alternative to inbox_id. | |
| inbox_id | No | Inbox UUID from inbox_list. Optional when the key has one inbox; pass this or `inbox`, not both. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Server notes about how this call was handled — for example an argument that was not applied because the selected action does not accept it. Written by MCP Emails, not taken from any message, and absent when there is nothing to report. | |
| inbox_id | No | ||
| sender_name | No | ||
| email_address | No | ||
| signature_enabled | No | ||
| signature_reply_mode | No |