Skip to main content
Glama

install_sound_candidate

Idempotent

Install the selected AudioMade sound candidate into your Unity, Godot, Defold, or generic project, placing the chosen WAV file in the correct directory for immediate use.

Instructions

Install the explicitly selected AudioMade candidate into a Unity, Godot, Defold or generic project.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
engineYes
variantYes
overwriteNo
asset_nameYes
project_rootYes
generation_idYes
destination_directoryNo

Schema Changelog

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

  1. First observedv0.1.1

TDQS

A3.5/5.0
Behavior3/5

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

Annotations already indicate the operation is non-read-only, idempotent, and non-destructive, so the description does not need to restate those. It adds that the tool targets specific engines, but it does not disclose installation behavior such as file copying, project structure modifications, or what overwrite means in practice.

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

Conciseness5/5

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

The description is a single focused sentence with no redundant wording. It is front-loaded with the action and resource, and every phrase adds relevant context.

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?

Despite having seven parameters, no output schema, and no parameter documentation, the description provides only the core purpose. It omits what 'install' actually does, how the candidate is identified, what required inputs mean, and what a successful installation entails, making it incomplete for reliable invocation.

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 0%, and the description explains none of the seven parameters beyond echoing the engine options already present in the schema. generation_id, variant, project_root, asset_name, overwrite, and destination_directory are left entirely to the agent to infer.

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 primary action — installing an explicitly selected AudioMade candidate — and specifies the target project types (Unity, Godot, Defold, or generic). This distinguishes it from sibling tools focused on generation, retrieval, or selection.

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 phrase 'explicitly selected' implies this tool should be used after select_sound_candidate, but it does not explicitly say when to use this tool versus alternatives or mention prerequisites. The usage context is implied rather than spelled out.

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/yasib48/audiomade-mcp'

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