Show how this server is configured
get_server_infoCheck SMTP endpoint, sender address, allowed recipients, sending limits, and enabled status to determine if you can send mail before contacting the network.
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. | |
| 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 |