Get Server Version
get_server_versionRetrieve the current mailpouch server version to confirm the active version before reporting bugs or checking for new features.
Instructions
Return the running mailpouch server version. Use to confirm which version is active before reporting bugs or checking for new features.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | No | Optional account ID to route this call to (multi-account configs). Omit to use the active account. Configured account IDs are listed in the settings UI (Accounts tab). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | Yes | Semver string (e.g. '3.0.33') |