Skip to main content
Glama

generate_lyrics

Generate song lyrics by creating a Suno task on RunAPI. Submit a prompt to produce lyrics and receive a task id, status, and result payload.

Instructions

Create a Suno task on RunAPI (generate lyrics). Returns a task id, status, and result payload.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
waitNoPoll until the task reaches a terminal status.
promptYesLyrics generation prompt.
timeout_msNo
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 provided, so description must carry full burden. It fails to disclose that this is an async task requiring polling or a callback_url. The parameters hint at async behavior, but the description does not explicitly clarify the lifecycle or that it returns a task ID initially.

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

Conciseness3/5

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

Single sentence, very concise, but omits essential information about async processing. Brevity is good but at the cost of completeness.

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?

No output schema and no explanation of the result payload structure. No description of async lifecycle. For a task-creating tool, this is insufficient context.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 60% (3 of 5 params described). The description adds no additional parameter context; it doesn't explain the two undocumented parameters (timeout_ms, poll_interval_ms) which are important for async behavior. Baseline is 3 but fails to compensate.

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 verb 'Create' and resource 'Suno task on RunAPI (generate lyrics)', and mentions the return values. It distinguishes from sibling tools by specifying it's for lyrics generation, not other music tasks.

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 on when to use this tool versus alternatives like blend_lyrics or text_to_music. No prerequisites or exclusions mentioned. The sibling tools are related but no differentiation provided.

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