Skip to main content
Glama

ping

Verify connectivity to the REAPER bridge by checking reachability and returning version information for both bridge and REAPER software.

Instructions

Check that the bridge is reachable. Returns bridge_version and reaper_version.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Reaper adapter ping method that calls the underlying bridge client.
    def ping(self) -> dict[str, Any]:
        return self._client.call("ping")
  • MCP tool definition and registration for the 'ping' tool.
    @mcp.tool()
    def ping() -> dict[str, Any]:
        """Check that the bridge is reachable. Returns bridge_version and reaper_version."""
        try:
            return _wrap(adapter.ping())
        except Exception as exc:
            return _err(exc)

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/danielkinahan/ReaMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server