Skip to main content
Glama
LeoLisena

PampaPilot MCP Server

by LeoLisena

Generar variantes MIDI limpias

clean_midi_files
Idempotent

Clean MIDI files by aligning them to reference audio, preserving originals and writing auditable variants to the sessions folder.

Instructions

Conserva originales y escribe variantes auditables solamente en sessions/.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
optionsNo
midi_pathYes
audio_pathYes
output_directoryYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

The description adds valuable behavioral context beyond the annotations: it explicitly states that originals are preserved ('Conserva originales') and that writes are confined to sessions/, giving the agent confidence about non-destructive behavior and output location. This complements the idempotentHint and destructiveHint=false 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?

A single sentence that immediately conveys the core safety property and build location. It is front-loaded, concise, and contains no filler.

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

Completeness2/5

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

Despite having an output schema, the tool is complex with 4 top-level parameters and a nested options object with 9 settings. The description is far too sparse to provide a complete picture: it doesn't explain what 'clean' means, how to use parameters, or what the output variants contain. It leaves major gaps for correct invocation.

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

Parameters1/5

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

Schema description coverage is 0%, yet the description provides no parameter information at all. It does not explain midi_path, audio_path, output_directory, or any of the many options (bpm, profile, quantize, etc.), leaving the agent to guess their meaning and relationships.

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?

The description states the tool 'escribe variantes auditables solamente en sessions/' (writes auditable variants only in sessions/), which clearly indicates its function of generating cleaned MIDI variants while preserving originals. This is more specific than a bare restatement, though it does not explicitly distinguish it from sibling tools like preview_midi_cleanup or analyze_midi.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives no explicit guidance on when to use this tool versus alternatives. The statement that it writes to sessions/ implies it is the actual writing step vs. preview, but this is only implicit and no alternatives or exclusions are mentioned.

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/LeoLisena/pampa-pilot'

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