meta_ping
Check server connectivity by retrieving server name, version, and UTC time. Use this to confirm the server is reachable before proceeding with credentials or permissions.
Instructions
Health check. Returns server name, version, and UTC time.
Always callable — no scope required. Use this to confirm the server is reachable before worrying about credentials or permissions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server | Yes | Server identifier (constant). | |
| version | Yes | Installed package version. | |
| utc | Yes | Current server UTC time. | |
| status | Yes | "ok" when the server is serving requests. |