Skip to main content
Glama

get_tempo

Retrieve the current BPM and time signature from REAPER projects to synchronize audio editing and playback settings.

Instructions

Return the current BPM and time signature.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The MCP tool handler for "get_tempo", which wraps the adapter call.
    @mcp.tool()
    def get_tempo() -> dict[str, Any]:
        """Return the current BPM and time signature."""
        try:
            return _wrap(adapter.get_tempo())
        except Exception as exc:
            return _err(exc)
  • The adapter method that sends the "get_tempo" command to the bridge client.
    def get_tempo(self) -> dict[str, Any]:
        return self._client.call("get_tempo")

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