Skip to main content
Glama

import_midi

Import Standard MIDI Files (format 0 or 1) into cochlea RON scores. Timing preserves exactly; General MIDI programs map to preset families with details returned for re-voicing.

Instructions

Convert a Standard MIDI File (format 0 or 1) into a cochlea RON score. Timing imports exactly (SMF ticks become score ticks, tempo events become the tempo map); General MIDI programs map to rough preset families and channel-10 percussion to kick/snare/hat tracks — every mapping guess comes back in the response so you can re-voice the score afterwards. Use this to bring existing musical material into the compose→render→probe loop.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
out_pathYesWhere to write the imported RON score.
midi_pathYesPath to a .mid/.midi file (SMF format 0 or 1, metrical division).
sample_rateNoSample rate for the imported score (MIDI files carry none). Default 48000.
Behavior3/5

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

No annotations are provided, so the description carries full disclosure burden. It reveals that timing imports exactly, General MIDI programs map to preset families, mapping guesses are returned, and the score can be re-voiced. However, it does not cover side effects, required permissions, or error behaviors.

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 consists of two concise sentences that front-load the core purpose and follow with key use case and behavior details. No extraneous information is present.

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?

Given the tool's complexity (MIDI import with mapping) and lack of output schema, the description covers essential aspects: timing fidelity, mapping approach, and response contents. It could be more complete by describing the output RON structure explicitly, but it is sufficient for typical usage.

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 description coverage is 100%, with all three parameters documented inline. The description adds limited extra meaning beyond what the schema already provides (e.g., sample rate default), so the baseline score of 3 is appropriate.

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 converts Standard MIDI Files (format 0 or 1) into cochlea RON scores, specifying the verb 'convert' and the resources (MIDI file to RON score). It distinguishes itself from siblings like export_midi by highlighting the import direction and the mapping process.

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 says 'Use this to bring existing musical material into the compose→render→probe loop,' providing when to use. However, it does not mention when not to use or alternatives beyond the sibling context, which is acceptable given the tool's unique role.

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/richer-richard/cochlea'

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