Skip to main content
Glama

get_project_info

Retrieve metadata from the currently open REAPER project to access project details and settings within the digital audio workstation.

Instructions

Return metadata about the currently open REAPER project.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The tool handler for get_project_info, which wraps the call to the adapter.
    @mcp.tool()
    def get_project_info() -> dict[str, Any]:
        """Return metadata about the currently open REAPER project."""
        try:
            return _wrap(adapter.get_project_info())
        except Exception as exc:
            return _err(exc)
  • The adapter method that delegates the call to the underlying BridgeClient.
    def get_project_info(self) -> dict[str, Any]:
        return self._client.call("get_project_info")

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