Skip to main content
Glama

reaper_run_action

Destructive

Execute any Reaper action using its numeric command ID. Useful for actions without dedicated tool wrappers.

Instructions

Trigger any Reaper action by numeric command ID (Main_OnCommand).

The escape hatch for actions not yet wrapped as dedicated tools. Look up IDs in Reaper's Actions list (right-click an action → Copy selected action command ID). Marked destructive because arbitrary actions can do anything.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
command_idYesNumeric Reaper action command ID (from the Actions list)
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Description echoes annotations by mentioning destructive hint and adds context about arbitrary actions. However, annotations already provide readOnlyHint, destructiveHint, and openWorldHint, so the description adds minimal new behavioral insight beyond confirming the annotation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Description is four short, front-loaded sentences. Every sentence serves a distinct purpose: purpose statement, use-case, lookup instructions, and warning. No redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a single-parameter tool with thorough annotations and a clear escape-hatch role, the description covers purpose, usage, parameter sourcing, and safety. No output schema exists but not needed given simplicity. A minor gap: it could mention whether the action's result is observed elsewhere, but not essential.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema describes command_id as numeric ID from Actions list; description reinforces with explicit lookup steps (right-click → copy). With 100% schema coverage, the description adds extra practical guidance on obtaining the ID value, elevating it above baseline.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states 'Trigger any Reaper action by numeric command ID' with specific verb and resource. It distinguishes from sibling tools like reaper_add_marker and reaper_transport_play by framing this as a generic escape hatch for unwrapped actions.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Description explicitly says 'escape hatch for actions not yet wrapped as dedicated tools' and provides lookup instructions for command IDs. It also warns about the destructive nature, giving clear when-to-use guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/T-Rzeznik/reaper-mcp'

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