Skip to main content
Glama

Set up a genre chain (plan)

fl_setup_chain
Read-onlyIdempotent

Plan a processing chain for a mixer track based on genre (vocal, drum bus, bass, master) using existing plugins. Identify missing plugins and apply approved steps.

Instructions

Plan a genre-appropriate processing chain over a track's EXISTING plugins. READ-ONLY plan: returns the ordered intent calls (each with the matched plugin + slot) and which steps are MISSING because the needed plugin isn't loaded (FL can't load plugins -- add those manually). After the user approves, apply each step by calling its 'apply' tool+args (fl_apply_eq_intent / fl_apply_compression_intent / fl_apply_reverb_intent -- each logged + rollback-able). e.g. vocal: HP -> comp -> presence -> air -> reverb.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
trackYesMixer track index.
chain_typeYesRecipe: 'vocal', 'drum_bus', 'bass', 'master'.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

Description provides rich behavioral detail beyond annotations (readOnlyHint, idempotentHint, openWorldHint): it is a read-only plan, returns ordered intents, identifies missing plugins, and references apply tools that are logged and rollback-able. No contradiction with annotations.

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?

Single, well-organized paragraph that front-loads purpose, explains workflow, and provides an example. No unnecessary words; every sentence adds value.

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

Completeness5/5

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

Given the low parameter count (2), complete schema coverage, and presence of an output schema, the description fully explains the tool's purpose, behavior, and follow-up actions. It is complete for an agent to select and invoke correctly.

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 covers both parameters with descriptions, and description adds context: chain_type values are recipe types (vocal, drum_bus, bass, master) with an example chain. This augments the schema's basic descriptions.

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 plans a genre-appropriate processing chain over existing plugins, distinguishing it from apply tools like fl_apply_eq_intent. It specifies it is read-only and returns ordered intent calls and missing steps.

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?

Explicit instructions: use to plan a chain, then after user approval apply steps via specific apply tools. Mentions that FL cannot load plugins so missing steps must be added manually. Example chain 'vocal: HP -> comp -> presence -> air -> reverb' clarifies typical usage.

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/rosasynthesiz/flstudio-mcp'

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