Skip to main content
Glama

extend_music

Extend existing music tracks by creating a Suno task on RunAPI, returning a task ID, status, and output URLs. Provide source audio or task ID to continue from a specified second.

Instructions

Create a Suno task on RunAPI (extend music). Returns a task id, status, and output URLs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
waitNoPoll until the task reaches a terminal status.
modelNoRunAPI model slug for this model line.
styleNoStyle preset. Required in custom parameter mode.
titleNoSong title. Required in custom parameter mode.
lyricsNoExact lyrics. Only allowed when extending uploaded audio in custom parameter mode.
promptNoExtension brief. Cannot be combined with lyrics.
task_idNoSource task ID to extend. Provide one of task_id, audio_id, audio_url, or upload_url.
audio_idNoSource audio ID to extend. Provide one of task_id, audio_id, audio_url, or upload_url.
audio_urlNoSource audio URL to extend. Provide one of task_id, audio_id, audio_url, or upload_url.
persona_idNoPersona ID.
timeout_msNo
upload_urlNoUploaded source audio URL to extend. Provide one of task_id, audio_id, audio_url, or upload_url.
continue_atNoSeconds into the source to continue from. Required in custom parameter mode.
audio_weightNoAudio weight (0-1).
callback_urlNoWebhook URL for async notifications.
instrumentalNoWhen true, generate without vocals.
persona_typeNoPersona type.
style_weightNoStyle adherence weight (0-1).
vocal_genderNoVocal gender.
negative_tagsNoStyles to avoid.
parameter_modeYesInherit the source track's parameters (source) or supply custom ones (custom).
poll_interval_msNo
weirdness_constraintNoWeirdness constraint (0-1).
Behavior3/5

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

With no annotations, the description carries the full burden. It states that the tool 'Returns a task id, status, and output URLs,' which hints at an asynchronous task-based behavior. However, it doesn't disclose mutation/side effects beyond 'create,' permission requirements, rate limits, or the fact that `wait` defaults to true and controls polling. This leaves agents guessing about the operational behavior.

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 a single sentence of 14 words, front-loaded with the verb and resource. It is extremely concise with no filler, earning high marks for efficiency even though it sacrifices content.

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?

Given the tool's complexity (23 parameters, no annotations, no output schema), the one-sentence description is insufficient. It mentions return values but fails to explain core usage patterns like specifying a source (task_id vs audio_id), the two parameter modes, or how this differs from sibling generation tools. The schema provides parameter semantics but not the overall context needed to select and invoke this tool correctly.

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?

The schema covers 91% of parameters, so the baseline is 3. The description adds no parameter-specific detail; it neither clarifies parameter interactions nor highlights the required `parameter_mode` or the mutually exclusive source identifiers. The schema's own descriptions carry the weight, so no deduction is needed.

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 uses the verb 'Create' and specifies the resource as 'Suno task on RunAPI (extend music)', which clearly indicates the tool's function and distinguishes it from sibling tools like text_to_music or cover_audio. However, it doesn't elaborate on what 'extend music' entails (e.g., extending an existing audio track), so it's not fully explicit.

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 provides no guidance on when to use this tool over alternatives such as cover_audio or remaster_audio. It doesn't mention parameter_mode, the need to provide a source identifier, or any exclusions. This is a significant omission given the 23-parameter schema.

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/runapi-ai/suno-mcp'

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