Skip to main content
Glama

suno_wait_for_songs

Wait for Suno songs to finish generating and retrieve their audio URLs. Input song IDs to check or wait until generation completes, up to 3 minutes.

Instructions

Wait until songs finish generating (up to 3 minutes), then return audio URLs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries the burden. It discloses the polling behavior, timeout, and return type. It could mention behavior on timeout expiration, but the core behavior is well communicated.

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, front-loaded sentence contains all essential information: wait, timeout, and return value. No waste or redundancy.

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 and the tool's simplicity, the description is adequately complete. It could mention timeout behavior but is not necessary for basic use.

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 tool description does not mention the parameter; the schema provides a description for 'song_ids'. Since schema description coverage is high (100%), baseline is 3. No additional meaning is added 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 clearly states the action (wait), the resource (songs), the condition (finish generating), a timeout (3 minutes), and the output (audio URLs). It is specific and distinguishes from siblings like suno_check_status (which likely does not wait) and generation tools.

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

Usage Guidelines4/5

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

The description implicitly guides when to use (after initiating generation) and includes the timeout constraint. However, it does not explicitly state when not to use or list alternatives, but the purpose and context are clear enough for an agent to infer.

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/David-J-Shibley/suno-mcp'

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