Skip to main content
Glama
213,552 tools. Last updated 2026-06-19 19:10

"Wwise" matching MCP tools:

  • Check WAAPI availability. Returns true if Wwise is running and ready, false otherwise.
    Apache 2.0
  • Cross-checks Unity C# code against Wwise events to identify missing or unused events, ensuring consistency between code and Wwise project.
    MIT
  • Report the connected Wwise version and list compatible tools. Use this diagnostic on untested versions to verify compatibility.
    MIT
  • Retrieve a summary preview of Wwise objects by providing a properly structured query from build_object_info_query. Full results are saved to a file.
    Apache 2.0

Matching MCP Servers

  • Retrieve metadata from the active Wwise project, including name, default language, and platforms, to establish context for subsequent operations.
    Apache 2.0
  • Retrieve all available Wwise object types to discover valid type names for queries or get classId values for property references.
    Apache 2.0
  • Construct a WAAPI object query with filters for path, type, fields, traversal, and name/type constraints. Use this to build queries for retrieving Wwise objects before executing them.
    Apache 2.0
  • Retrieve curve points for a Wwise attenuation object by specifying curve type and object path, GUID, or name. Returns distance-value pairs with segment shapes.
    Apache 2.0
  • Convert audio assets to playable in-game sounds with events and soundbanks in one call. Use dry run to preview the entire chain before executing.
    MIT
  • 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.
    MIT
  • Resolves the inherited output bus for an Actor-Mixer object by tracing ancestor overrides, returning the effective bus path and HDR window status.
    Apache 2.0
  • Compare two Wwise objects to identify differing properties, references, and lists. Useful for auditing settings consistency and Paste Properties workflows.
    Apache 2.0
  • Audit a Wwise project and auto-fix common issues: rename whitespace names, add events to default bank, set output bus. Preview with dry_run, then apply fixes.
    MIT