reaper_ping
Verifies that the Reaper bridge script is running and reachable, returning a ping status and Reaper version. Use this as a first diagnostic step when any other tool fails.
Instructions
Check that the Reaper bridge is alive and report Reaper's version.
Call this first when anything fails — a clean response confirms both the MCP server and the in-Reaper bridge script are running and reachable.
Returns: {pong: bool, reaper_version: str}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | No | 'markdown' for human-readable output or 'json' for machine-readable | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |