ping
Verify connectivity between the AI agent and the local environment by sending a test signal and receiving an acknowledgment with a timestamp. Optionally include a message to be echoed back.
Instructions
Responds with a pong acknowledgement and timestamp to verify connectivity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | No | Optional message echoed back with the pong response. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| response | Yes | ||
| receivedAt | Yes | ISO-8601 timestamp indicating when the request was processed. |