Echo a connectivity probe
echoCheck MCP session availability by sending a message and receiving the same payload with server name and version, confirming the connection is active.
Instructions
Return the provided message plus server name/version to confirm the MCP session is alive. Use as a liveness probe. Do not use to discover tools (discover_capabilities) or to persist state. Read-only, idempotent, no network I/O, no quota side effects beyond the standard tool gate. message defaults to 'ping'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | No | Payload echoed back unchanged. Default 'ping'. | ping |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||