ping
Verify the Signalint MCP server connection by sending a test request. This read-only check returns 'pong' when the server is responsive, ensuring readiness for diagnostics.
Instructions
Checks whether the Signalint MCP server is responsive. Read-only; returns the string "pong" with no side effects. Use this to verify the server is connected before running diagnostics. Invalid arguments return an error response; no authentication is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pong | Yes | True when the server is responsive. |