Skip to main content
Glama

is_wwise_property_enabled

Read-onlyIdempotent

Check if a Wwise object property is enabled on a given platform. Returns true if active, false if overridden or unavailable.

Instructions

Check if a property is enabled on a Wwise object for a given platform.

A property can be disabled when it's overridden by a parent or not applicable on a specific platform. All three arguments (object, property, platform) are required.

Args: property_name: The property to check. e.g. "Volume", "Pitch", "Lowpass" platform: Platform name or GUID. e.g. "Windows", "Mac", "iOS", "Android", "PS5", "XboxSeriesX" or a GUID "{aabbcc00-1122-3344-5566-77889900aabb}" object_path: Project path. e.g. "\Containers\Default Work Unit\Footstep" object_guid: GUID. e.g. "{aabbcc00-1122-3344-5566-77889900aabb}" object_name_with_type: type:name. e.g. "Sound:Footstep_Walk"

Provide exactly one of object_path, object_guid, or object_name_with_type.

Returns {"return": true} if the property is enabled, or {"return": false} if the property is disabled.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
property_nameYes
platformYes
object_pathNo
object_guidNo
object_name_with_typeNo
Behavior4/5

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

Annotations already indicate read-only, non-destructive, and idempotent behavior. The description adds context about property disablement causes and clarifies the return format. No contradictions or hidden side effects are disclosed, but the description enhances understanding of the tool's behavior.

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 well-structured with a summary followed by detailed parameter explanations and return format. It is slightly verbose due to examples but remains clear and organized without redundant information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (5 parameters, object identification options) and the presence of annotations covering safety, the description adequately covers purpose, usage, parameter semantics, and return format. It leaves no critical gaps for correct invocation.

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?

With 0% schema description coverage, the description fully compensates by providing detailed semantics for all parameters, including examples and format for property_name, platform, and object identifiers. It also specifies that exactly one object identifier must be provided, which is critical for correct usage.

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 explicitly states the tool checks if a property is enabled on a Wwise object for a given platform. It uses a specific verb and resource, and the purpose is distinct from sibling tools like 'is_wwise_property_linked'.

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 explains when to use the tool, including scenarios where a property is disabled due to override or platform inapplicability. It provides guidance on identifying objects via one of three methods, but does not explicitly mention when not to use or compare with alternatives like 'get_wwise_object_info'.

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/silver-rain-dev/sk-wwise-mcp'

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