Skip to main content
Glama
flozonn

Mirelo MCP Server

by flozonn

mirelo_video_to_sfx_submit

Submit a video to generate sound effects asynchronously. Provide a video source and duration to receive a job ID for progress polling.

Instructions

Submit a Video_To_SFX generation as an asynchronous job and return the job id and job URL for later polling. Requires a video Input_Source and duration_ms.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
videoYesRequired video Input_Source: { "type": "url", "video_url": <public url> } or { "type": "asset", "asset_id": <asset id> }.
outputNoOptional output kind: "audio" or "video". Defaults to "audio".
duration_msYesRequired. Integer milliseconds in [1000, 600000].
num_samplesNoOptional integer >= 1. Defaults to 1.
model_versionNoModel version: v1.5 or v1.6. Defaults to v1.6 when omitted.
start_offset_msNoOptional non-negative integer offset. Defaults to 0.
Behavior3/5

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

With no annotations, the description must fully disclose behavior. It notes the asynchronous nature and return of job id/URL, but omits details like idempotency, error cases, rate limits, or side effects. The provided information is adequate but not rich.

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 is two short sentences, front-loading the main purpose and required inputs. Every sentence adds value; no redundancy or fluff.

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?

For an async submission tool without an output schema, the description adequately covers core behavior and required inputs. The 4 optional parameters are fully described in the schema. It could mention polling workflow, but the sibling context (e.g., mirelo_job_status) fills that gap.

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 100%, so baseline is 3. The description reiterates 'video Input_Source and duration_ms' as required but adds no new semantic meaning beyond what the schema's property descriptions already provide.

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 states the tool submits a Video_To_SFX generation job asynchronously and returns a job id and URL for polling. It clearly identifies the verb ('submit'), resource ('Video_To_SFX'), and output, and distinguishes from sibling tools like 'generate' (synchronous) and 'preflight' by explicitly noting the asynchronous nature.

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

Usage Guidelines3/5

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

Usage context is implied through the term 'asynchronous job', which contrasts with 'generate' and 'preflight' siblings. However, the description does not explicitly state when to use this tool versus alternatives, nor does it mention prerequisites or exclusions.

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/flozonn/mirelo-mcp'

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