Skip to main content
Glama
Boyan253

FL Studio 2025 AI Bridge

by Boyan253

voice_record_and_transcribe

Record audio from your microphone and transcribe it into musical notes, supporting polyphonic detection for chords or monophonic for single notes.

Instructions

Record the mic for duration_sec seconds and transcribe what you played.

Returns raw notes + the temp WAV path. Use this when you want to inspect the transcription before touching the piano roll. 3 short + 1 long beep plays at start, 1 beep at stop.

polyphonic=True uses Spotify Basic Pitch (chords / overlapping notes — guitar strums, piano, etc.); needs the polyphonic extra. Default is the lightweight monophonic pyin engine (one note at a time — humming).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
duration_secNo
deviceNo
min_note_secNo
fmin_hzNo
fmax_hzNo
polyphonicNo
Behavior5/5

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

No annotations exist, so description fully discloses behavior: records audio, returns raw notes + temp WAV path, plays beeps (3 short+1 long at start, 1 at stop), explains polyphonic engine option and its dependency. Covers audio cues and return format.

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

Conciseness4/5

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

Front-loaded with core purpose, then return info, use case, beeps, polyphonic details. Efficient but could trim some detail; overall well-organized.

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?

Covers core functionality, return values, audio cues, and polyphonic option. Missing explanations for 4 parameters and no error/prerequisite info. Adequate but not complete.

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

Parameters2/5

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

Schema coverage is 0%. Description explains only duration_sec and polyphonic but not device, min_note_sec, fmin_hz, fmax_hz. Incomplete for a 6-parameter tool.

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 it records microphone for specified duration and transcribes, with explicit use case 'inspect transcription before touching piano roll'. Distinguishes from siblings like voice_transcribe_file and voice_notes_to_piano_roll.

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 context for when to use ('inspect transcription before touching piano roll') and explains polyphonic vs monophonic options. Lacks explicit when-not-to-use or alternatives, but siblings are listed.

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