Skip to main content
Glama

new_project

Create a new blank REAPER project for audio production and editing within the digital audio workstation.

Instructions

Create a new blank REAPER project (equivalent to File > New Project).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The MCP tool handler function 'new_project' in 'server.py' which calls 'adapter.new_project()'.
    def new_project() -> dict[str, Any]:
        """Create a new blank REAPER project (equivalent to File > New Project)."""
        try:
            return _wrap(adapter.new_project())
        except Exception as exc:
            return _err(exc)
  • The adapter method 'new_project' in 'reaper_adapter.py' which forwards the request to the underlying BridgeClient.
    def new_project(self) -> dict[str, Any]:
        return self._client.call("new_project")

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