Skip to main content
Glama

sing

One idea fans out to three LLMs — lyrics, a matching style, and a negative prompt of what to avoid — then a music model sings it. text:Song Instructions -> text:Bands -> text:Style System Prompt -> llm -> join×2 -> llm -> join -> llm -> music; returns audio (mureka-v9/generate-song) saved to disk (file path in result). Runs on NanoGPT — $0.13 deposit per call, paid in Nano (XNO) — settles at actual model cost + 20%, change returned; no account needed; last run $0.0497, ~1m 56s.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
BandsNoText; default: "Bands liked:\nSoundgarden, XX"; optional
_payment_idNoPayment id from this tool's previous payment-required response. Phase 3 only: after /x402/watch closes with status paid, call again with the same arguments plus this id to open the RESULTS stream. Do not pass it while payment is still pending — monitor the watch SSE first.
System_promptNoSystem prompt; default: "You are an award-winning songwriter. Write only the lyrics — no title, no commentary, no explanations.\nPrinciples:\n- ..."; optional
System_prompt_2NoSystem prompt; default: "Negate the style - what would go poorly, the worst you can imagine. No preamble or postamble."; optional
Song_InstructionsNoText; default: "Write a wistful 90s trip-hop track about the singularity."; optional
Style_System_PromptNoText; default: "You invent a musical style that fits the given lyrics. Reply with only the style, richly descriptive — no commentary...."; optional

TDQS

A4.3/5.0
Behavior5/5

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

With no annotations provided, the description carries the full disclosure burden. It discloses the multi-step pipeline (three LLMs joined together), the output being saved to disk with a file path in the result, and the payment model (deposit, settlement at actual cost + 20%, no account needed). It also includes an example runtime and cost, providing concrete behavioral expectations.

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 long but information-dense, structured with an initial summary, a flow sequence, and a cost section. The first sentence gives the essence, and subsequent sentences add essential operational details (output location, payment model, performance). It is somewhat dense and could be slightly tightened, but every sentence provides unique value for such a complex tool.

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?

For a complex tool with no output schema and no annotations, the description covers the creative pipeline, output format (audio, file path), payment requirements, and runtime. It lacks explicit failure modes or a detailed response format beyond the file path, but the given context is sufficient for an agent to invoke the tool correctly and understand the major implications (cost, disk output).

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 input schema already covers 100% of the parameters with specific defaults and descriptions. The description adds a flow diagram that names three parameters (Song Instructions, Bands, Style System Prompt) and shows their role in the pipeline, but it does not explain parameter syntax or values beyond what the schema states. This is a baseline 3 with minor extra context.

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 first sentence clearly states the tool's function: it fans out an idea to three LLMs (lyrics, style, negative prompt) and then 'a music model sings it', producing audio. The flow diagram and output description further specify that it returns a file path. This clearly distinguishes it from all sibling tools, which are exclusively image/video 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 provides clear context: it is used to convert song instructions into an audio file, with explicit cost and output details. It does not explicitly state when to use it over alternatives, but because none of the sibling tools produce audio, the usage is implicitly unique. No exclusions or alternative recommendations are given, keeping it just below a 5.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.9/5.0
Disambiguation4/5

Most tools target distinct media transformations (text-to-image, text-to-video, text-to-audio), and the overlapping ones (combine-images vs edit-a-photo, text-to-image vs favicon vs render-a-mockup) have clear specialization in their descriptions. An agent can generally tell them apart, though a couple of image-editing and image-generation tools could be confused.

Naming Consistency3/5

Names use hyphens consistently but follow mixed conventions: verb_noun (combine-images, edit-a-photo, render-a-mockup), noun_to_noun (photo-to-video, text-to-image), single words (deslop, favicon, sing), and compound nouns (image-model-arena, talking-avatar). The variety is readable but lacks a uniform pattern.

Tool Count5/5

Ten tools is an ideal size for a creative media server, covering image, video, audio, and text generation without feeling bloated. Each tool earns its place by addressing a distinct type of creative task.

Completeness4/5

The server covers core creative generation workflows across image, video, audio, and text, with both generation and editing capabilities. Minor gaps exist, such as no direct text-to-video without an intermediate image and no generic audio effects, but the major modalities are represented.