Skip to main content
Glama

Generate Audio

generate_audio

Generates a single audio file from a project plan and target track, using optional prompts to steer the Lyria-generated sound.

Instructions

Generate one audio target through the configured Google Lyria boundary.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
promptNo
output_pathYes
project_planYes
target_trackYes
negative_promptNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observedv0.1.0

TDQS

C2.7/5.0
Behavior2/5

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

No annotations are provided, so the description must carry the full burden of behavioral disclosure. It only says 'generate one audio target', implying creation but not explaining side effects, whether output_path is written, cost, or reversibility. It also introduces the unexplained 'configured Google Lyria boundary' without clarifying what that entails.

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?

The description is a single sentence with no redundancy, making it concise. However, the phrase 'configured Google Lyria boundary' is vague jargon, and the brevity comes at the expense of essential context, so the structure is efficient but under-specifying.

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?

For a tool with five parameters, one nested object, and no annotations, this description is too thin. It does not explain the workflow context, the role of the required inputs, or when in the project lifecycle it should be invoked, despite an output schema being present.

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

Parameters1/5

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

Schema description coverage is 0%, so the description needed to explain project_plan, target_track, output_path, prompt, and negative_prompt. It does not reference any of these parameters or their meanings, leaving the agent to infer entirely from bare property names, which is especially problematic for the nested project_plan object.

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?

Description states the verb 'generate', the resource 'audio target', and the count 'one', which clearly identifies the operation. It distinguishes from sibling generate_songspec by specifying audio rather than a spec, even though it doesn't name the alternative explicitly.

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 information about when to choose this tool over siblings such as generate_songspec or create_ableton_plan. The description provides no prerequisites, ordering, or exclusionary conditions, so an agent cannot determine when this tool is the appropriate choice.

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/Hirohito-Homma/kihachi-mcp'

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