Skip to main content
Glama

text_to_sound

Generate audio from text prompts using Suno. Submit a text description with optional key, tempo, and lyrics, then retrieve task status and output URLs.

Instructions

Create a Suno task on RunAPI (text to sound). 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.
promptYesSound description (max 500 characters).
sound_keyNoMusical key.
sound_loopNoWhen true, produce loopable audio. Default false.
timeout_msNo
grab_lyricsNoCapture lyric subtitles. Default false.
sound_tempoNoTempo in BPM (1-300).
callback_urlNoWebhook URL for async notifications.
poll_interval_msNo
Behavior2/5

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

No annotations are present, so the description must carry the full burden of behavioral disclosure. It tells the agent that a task is created and returns IDs and URLs, but it omits key asynchronous traits such as polling behavior, wait semantics, webhook notifications, or the fact that the returned task may be processed asynchronously. This is insufficient for an agent to anticipate side effects or lifecycle behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence that gets directly to the point and front-loads the core purpose. It contains no redundant or vague filler. While it is sparse, it avoids wasted words and is easy to process.

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?

The tool has 10 parameters, no output schema, and no annotations, so the description should provide richer context about async behavior, return format, and operational details. It only states the basics: creates a task and returns some fields. This is incomplete for an asynchronous task creation tool with multiple undocumented parameters and no output schema to guide the agent.

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 descriptions already cover 80% of parameters, so the baseline is 3. The description itself adds no parameter-specific meaning. Two parameters timeout_ms and poll_interval_ms are left undocumented in the schema and description, but the high coverage leaves the core requirements clear enough.

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 clearly states a specific action: 'Create a Suno task on RunAPI (text to sound)' with an identifiable verb, resource, and scope. It also mentions the return value (task id, status, output URLs). However, it does not distinguish this from the sibling 'text_to_music' tool, so it is not fully differentiated.

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?

No guidance is provided on when to use this tool versus alternatives like text_to_music, generate_lyrics, or blend_lyrics. There are no exclusion criteria, prerequisites, or contextual hints about appropriate use. The description simply states what the tool does, not when it should be chosen.

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