Skip to main content
Glama

get_wwise_property_info

Read-onlyIdempotent

Retrieve property details like type, min, max, and default for a Wwise object to validate values before setting them.

Instructions

Get detailed info about a specific property on a Wwise object (type, min, max, default).

Use get_property_and_reference_names first to discover valid property names. Use this to validate values before calling setProperty.

Args: property_name: The property name to get info for. e.g. "Volume", "Pitch", "Lowpass", "IsLoopingEnabled" object_path: Project path to the object. e.g. "\Containers\Default Work Unit\Footstep" object_guid: GUID of the object. e.g. "{aabbcc00-1122-3344-5566-77889900aabb}" object_name_with_type: Name qualified by type or short ID. e.g. "Sound:Footstep_Walk", "Event:Play_Sound_01", "Global:245489792" class_id: Class ID (unsigned 32-bit integer) as an alternative to object.

Provide property_name plus one of object_path, object_guid, object_name_with_type, or class_id.

Returns the property's type, default value, min/max range, and display name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
property_nameYes
object_pathNo
object_guidNo
object_name_with_typeNo
class_idNo
Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, and idempotentHint=true, covering safety. The description adds value by specifying the returned information (type, default, min/max, display name) and the prerequisite tool usage, but does not disclose any additional behavioral traits beyond what annotations provide.

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 clear opening sentence, usage guidance, and a parameter list. It is front-loaded with the most important information and avoids redundancy. The inclusion of 'Args:' and examples adds clarity without being overly verbose, though slightly longer than necessary.

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, 1 required, multiple identification methods) and lack of output schema, the description is fully complete. It explains return values, prerequisite steps, parameter selection, and provides examples, covering all aspects an agent needs to use the tool correctly.

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?

Input schema has 0% description coverage, so the description fully compensates. It provides detailed descriptions of each parameter with examples (e.g., property_name: 'Volume', 'Pitch', object_path: '\Containers\Default Work Unit\Footstep', etc.) and clarifies that only one object identifier is needed, adding essential 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?

The description clearly states the tool gets detailed info about a specific property on a Wwise object, listing the returned attributes (type, min, max, default). It distinguishes from sibling tools by recommending use of get_property_and_reference_names first, establishing a clear purpose and differentiation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly guides the agent to first use get_property_and_reference_names to discover valid property names, and to use this tool to validate values before calling setProperty. It also explains the alternative object identification methods, providing clear context for when and how to use this tool.

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