Skip to main content
Glama

wwise_audit

Audit Wwise project health with checks for no output bus, empty containers, empty sounds, events not in soundbanks, and duplicate names. Returns counts and capped list of findings.

Instructions

Read-only project health audit. Checks: 'no_output_bus', 'empty_container', 'empty_sound', 'event_not_in_soundbank', 'duplicate_name' (default: all). Returns counts + a capped findings list.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
checksNo
max_findingsNo
Behavior4/5

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

With no annotations, the description effectively discloses read-only nature, default checks, and that the findings list is capped (matching the 'max_findings' parameter). Behavior is well explained.

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?

Two sentences: first states purpose and read-only nature, second lists checks and output. Efficient and front-loaded.

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?

Given 2 parameters, no output schema, and no annotations, the description is complete enough for an audit tool. Could optionally mention that results are returned immediately (not real-time).

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

Parameters5/5

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

Schema coverage is 0%, but description fully explains the 'checks' parameter (list of specific check names, default all) and 'max_findings' parameter (cap on findings). Adds semantic meaning beyond the schema.

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?

Clearly states it is a 'Read-only project health audit', lists specific checks, and describes output format (counts + findings list). This distinguishes it from siblings like 'wwise_fix_all' (fixes) and 'wwise_inspect' (inspects).

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?

Implied usage for project health auditing, but no explicit guidance on when to use this tool versus others (e.g., wwise_status, wwise_compat_check). No prerequisites or conditions mentioned.

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/linnn-nb/wwise-mcp'

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