Skip to main content
Glama

suno_generate_with_custom_model

Generate a complete song using a custom music model by submitting lyrics, style, and a title. Polls the async task until the track is ready, ensuring accurate results.

Instructions

Generate a song using a ready custom music model.

The initial response only accepts the async task. Poll it until success or failure; this operation never falls back to another model.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesReady custom music model ID to generate with.
lyricYesLyrics for the generated song.
styleYesMusic style for the generated song.
titleYesTitle for the generated song.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Addedv0.1.15

TDQS

A3.6/5.0
Behavior4/5

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

With no annotations present, the description carries the full burden and does disclose important behavior: the initial response is an async task, polling is required, and the operation 'never falls back to another model.' This goes beyond the schema, though the awkward 'only accepts the async task' phrasing slightly obscures the intended meaning.

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 compact and front-loaded: the first sentence states purpose, and the second provides essential async behavior. The phrasing 'only accepts the async task' is slightly confusing but the overall structure is efficient and relevant.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description gives the core workflow—generate, poll, no fallback—but does not specify how polling should be performed or which sibling tool to use for polling. Since an output schema exists and all parameters are documented, this is adequate but has clear gaps in operational completeness.

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%, so the baseline is 3. The description does not add parameter-level detail beyond what the input schema already documents; the schema already defines id, title, lyric, and style clearly.

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 the operation: 'Generate a song using a ready custom music model.' The phrase 'ready custom music model' distinguishes this from persona-based or generic generation, but it does not explicitly differentiate from similarly named siblings like suno_generate_custom_music.

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

Usage Guidelines3/5

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

The description implies the tool should be used when a ready custom music model exists, and the async behavior is stated. However, it gives no explicit when-to-use/when-not-to-use guidance or alternatives, leaving the agent to infer selection among the many generation siblings.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/SunoMCP'

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