Skip to main content
Glama
Boyan253

FL Studio 2025 AI Bridge

by Boyan253

piano_roll_add_notes

Add notes to a FL Studio channel's piano roll by specifying MIDI number, timing, duration, velocity, and optional pan. Works without MIDI input and opens the piano roll automatically.

Instructions

Add notes to a channel's piano roll (works WITHOUT MIDI).

notes: list of {midi: int, time_bars: float, duration_bars: float, velocity: 0..1, pan?: -1..1}.

If channel is given and the TCP (MIDI) bridge is online, that channel's piano roll is opened automatically. Otherwise, before calling, make sure:

  1. In FL Studio, open the target channel's piano roll (double-click the channel in the Channel Rack).

  2. Pick ComposeWithLLM from the piano-roll scripts dropdown.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
notesYes
clear_firstNo
channelNo
patternNo
Behavior3/5

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

No annotations provided, so description carries full burden. Discloses note format and conditional auto-open, but does not mention default behavior for clear_first (appending vs overwriting) or possible error conditions. Lacks some behavioral traits.

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?

Only ~100 words, front-loaded with purpose, followed by note format and usage conditions. No redundancy, every sentence adds value.

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

Completeness3/5

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

No output schema or annotations. Description explains input format and prerequisites but omits return values, error handling, and overall behavior for all parameters. Adequate but not complete for a tool with 4 parameters and no structured metadata.

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

Parameters3/5

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

Schema coverage is 0%; description compensates by explaining notes array structure (midi, time_bars, duration_bars, velocity range 0..1, optional pan -1..1) and channel's role. However, parameters clear_first and pattern are not described in text.

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

Purpose4/5

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

Clearly states 'Add notes to a channel's piano roll' with the key qualifier 'works WITHOUT MIDI'. Differentiates from other piano_roll_* tools by focusing on generic note addition, though could be more explicit about distinction from add_arpeggio and add_chord.

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?

Provides explicit conditional guidance: if channel given and TCP bridge online, auto-opens; otherwise details manual steps. Missing explicit when-not-to-use vs alternatives, but prerequisites are clear.

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/Boyan253/fl-studio-2025-ai-bridge'

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