Skip to main content
Glama

item_set_fade

Set fade-in and fade-out durations for a specific audio item in REAPER. Use -1 to keep current values, or provide seconds for the item index.

Instructions

Set fade in/out. -1=unchanged. Prefer items_apply for multiple.

Args: item_index: Item index. fade_in: Seconds, 0 or more (-1=keep, max 60s). fade_out: Seconds, 0 or more (-1=keep, max 60s).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fade_inNo
fade_outNo
item_indexYes
Behavior3/5

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

No annotations are provided, so the description carries the burden of disclosing behavior. It mentions max duration of 60s and that -1 keeps the value, but does not describe whether the modification is undoable or how it interacts with item selection or other project state.

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?

The description is extremely concise, using two sentences for purpose and guideline, then a clear list of arguments. Every sentence adds value; there is no redundant information.

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 simple mutation tool, the description covers purpose, parameter semantics, and usage guidance. It lacks details about error handling or prerequisites (e.g., item existence), but is sufficient for typical use. The presence of an output schema would not add much here.

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

Parameters5/5

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

The description fully explains each parameter: item_index is the index, fade_in and fade_out are seconds with range 0+ and max 60s, and -1 means unchanged. Since the input schema lacks descriptions, this provides all necessary meaning, far exceeding the schema's bare type and title.

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?

The description clearly states the tool sets fade in/out for a single item, with a note preferring items_apply for multiple items. The verb 'set' and resource 'fade in/out' specify the action and object distinctly, distinguishing it from sibling tools like items_apply.

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

Usage Guidelines4/5

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

The description explicitly advises 'Prefer items_apply for multiple,' offering a clear alternative for batch operations. It also explains the -1 value meaning 'unchanged,' but does not specify when not to use the tool or other alternatives.

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/xDarkzx/Reaper-MCP'

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