ping
Confirm whether the Kubernetes counterpart is responsive and the connection is alive.
Instructions
Verify that the counterpart is still responsive and the connection is alive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Implementation Reference
- src/models/tool-models.ts:14-14 (schema)Zod schema for the ping response, validating an empty object.
export const PingResponseSchema = z.object({});