Get server info
get_server_infoVerify ntfy server health, configuration, and usage. Accessible without credentials, it's the first call to confirm connectivity after setup.
Instructions
Health, capabilities and usage of the ntfy instance. Health, config and stats are public, so this is the one tool that works before the credentials are right — a good first call after setup.
Each section is fetched independently; one that is unavailable is reported as such and does not fail the call. "version" needs an admin account, so its absence is normal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stats | Yes | ||
| config | Yes | ||
| health | Yes | ||
| version | Yes | ||
| authenticated_as | Yes | The role of the configured credentials, or "unknown". | |
| topics_restricted_to | Yes | NTFY_TOPICS, or null when the server is unrestricted. | |
| admin_tools_available | Yes | Whether the user and access tools will work. |