ping
Confirm server reachability by calling ping, which returns a status of 'ok' when the server is operational.
Instructions
Health-check tool.
Returns {"status": "ok"} so any MCP client can confirm reachability.
Example: ping() -> {"status": "ok"}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||