ping
Connection test / health check — call this first to confirm the server is reachable. Returns server identity, deploy version, and live data freshness (active shop count + the latest weekly-crawl date) so you can confirm the data is current, not just that the server is up. No auth, no arguments, lightweight.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server | No | Server name. | |
| status | No | Always "ok" when the server is reachable. | |
| version | No | Deploy version. | |
| coverage | No | Geographic coverage. | |
| shops_active | No | Live count of active ramen shops in the dataset. | |
| last_weekly_crawl | No | Date the dataset was last refreshed (YYYY-MM-DD). | |
| rate_limit_noauth | No | No-auth rate limit. |