ping
Connection test / health check — call this first to confirm the server is reachable. Returns server identity, deploy version, tool count, station coverage, and the update times of the realtime layers (JMA alerts, train status) so you can confirm freshness, not just liveness. No auth, no arguments, lightweight.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tools | No | Number of tools exposed by this server. | |
| server | No | Server name. | |
| status | No | Always "ok" when the server is reachable. | |
| version | No | Deploy version. | |
| realtime_layers | No | Update times of the realtime KV snapshots (a field is omitted if that layer is unavailable). | |
| stations_covered | No | Stations with accessible-toilet data. | |
| rate_limit_noauth | No | No-auth rate limit. |