Show how this server is configured
get_server_infoCheck SMTP server configuration covering endpoint, sender address, allowed recipients, current limits, and sending status to confirm whether emails can be sent.
Instructions
Reports the SMTP endpoint, the fixed sender address, who this server is allowed to write to, the current limits and whether sending is switched on at all. Call this first: it answers "can I send, and to whom" without touching the network.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | Yes | ||
| smtp | Yes | ||
| limits | Yes | ||
| can_send | Yes | The load-bearing fact: both switched on and configured. | |
| reply_to | Yes | ||
| configured | Yes | ||
| attachments | Yes | ||
| confirmation | Yes | Whether a person is asked, or a token the model redeems. | |
| sending_gate | Yes | ||
| from_is_fixed | Yes | ||
| sending_enabled | Yes | ||
| tools_registered | Yes | ||
| allowed_recipients | Yes | ||
| elicitation_enabled | Yes | ||
| audit_log_configured | Yes | ||
| signature_configured | Yes | ||
| missing_environment_variables | Yes |