Skip to main content
Glama

transport_set_playback_speed

Adjust the playback speed multiplier in FL Studio between 0.25x and 4.0x to control tempo during production.

Instructions

Set the playback speed multiplier (0.25..4.0).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
speedYes
Install Server

TDQS

A4.2/5.0
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. It discloses the accepted range and that this is a setter, but it does not state what happens on out-of-range input, whether the change is persistent, whether playback must be active, or what the return value is.

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?

A single, front-loaded sentence with no filler. The action, resource, and valid range are all present; every word earns its place.

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 one-parameter setter with no output schema, the description gives the essential semantic and constraint information. A note about return value or clamping would improve it, but it is not necessary for correct invocation.

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 coverage is 0%, but the description compensates by explaining that speed is a multiplier and constraining it to 0.25..4.0. This is meaningful guidance beyond the bare property name 'Speed'.

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?

States a specific action (set) on a precise resource (playback speed multiplier) with an explicit range (0.25..4.0). This is clearly distinct from sibling tools like transport_set_tempo or transport_set_position, so an agent can identify the target without opening the schema.

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 makes the intended use obvious: use when the agent needs to change the playback speed multiplier. It doesn't name alternatives or exclusions, but the operation is unambiguous within the transport sibling family; no further routing is needed.

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

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/marconadas/MacFLStudioMCP'

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