Skip to main content
Glama

suno_upload_extend

Extend your uploaded audio with AI-generated sections. Add custom lyrics and styles to continue your music tracks at specific timestamps.

Instructions

Extend an uploaded audio (your own music) with new AI-generated content.

Similar to suno_extend_music but works with audio you uploaded via
suno_upload_audio. Allows you to add new sections to your own music.

Use this when:
- You uploaded your own music and want to extend it
- You want to add AI-generated sections to your existing recordings

Returns:
    Task ID and the extended audio information.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
audio_idYesID of the uploaded audio to extend. Must be an audio uploaded via suno_upload_audio.
lyricYesLyrics for the extension section.
continue_atYesTimestamp in seconds where to start the extension.
styleNoMusic style for the extension.
modelNoModel version to use.chirp-v5-5
callback_urlNoWebhook callback URL for asynchronous notifications.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses the async nature of the operation by mentioning 'Task ID' in the return value, which is critical behavioral context. However, it lacks details on whether the extension creates a new file or modifies the existing one, processing time, or error handling 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 is optimally structured with the core purpose first, followed by sibling comparison, then bulleted usage conditions, and finally return type. Every sentence serves a distinct purpose; no redundancy or filler text.

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 presence of an output schema, the description appropriately summarizes the return value ('Task ID and the extended audio information') without over-specifying. It establishes the necessary workflow context (upload → extend) and distinguishes from similar tools, though it could explicitly note the async/long-running nature of the operation.

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%, establishing a baseline of 3. The description mentions that audio must come from suno_upload_audio, but this constraint is already explicitly stated in the audio_id schema description ('Must be an audio uploaded via suno_upload_audio'), so the description adds no new semantic information beyond the schema.

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 opens with a specific verb+resource ('Extend an uploaded audio... with new AI-generated content') and immediately distinguishes from the sibling tool suno_extend_music by clarifying this works with 'audio you uploaded via suno_upload_audio.' This sibling differentiation is explicit and precise.

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

Usage Guidelines5/5

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

Provides explicit 'Use this when:' bullet points stating clear conditions (uploaded your own music, want AI-generated sections). It explicitly names the alternative (suno_extend_music) and contrasts it, giving the agent clear guidance on tool selection.

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/AceDataCloud/MCPSuno'

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