generate_mashup
Combine up to two Suno audio tracks into a single new track by providing their audio IDs, with optional prompt for direction.
Instructions
NEW — Mashup up to 2 Suno tracks into one new track. Provide audioIds from previous generations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wait | No | Set false to submit and return immediately with the task_id (async mode) — then poll with check_task and fetch with download_result. Recommended for long generations to avoid client-side watchdog timeouts. | |
| model | No | V5 | |
| prompt | No | Optional prompt for mashup direction | |
| taskId | No | Source task ID | |
| audioIds | Yes | Up to 2 audio IDs to mashup | |
| filename | No | ||
| download_dir | No | Absolute directory to save the file(s) into (created if missing). Defaults to the server's kie/assets/raw/. Must be absolute — the MCP server's working directory is not the caller's. | |
| max_wait_seconds | No | Override the blocking-mode polling budget in seconds (default: audio 300). Ignored when wait=false. |