Skip to main content
Glama

get_blend_track_assignments

Read-onlyIdempotent

Retrieve the assignments of a Blend Track: child objects, their order, and left/right edge fade configurations (mode, shape, position).

Instructions

Get the list of assignments for a Blend Track. Only accepts GUIDs.

Use this to inspect which children are assigned to a Blend Track and their crossfade edge config.

Args: blend_track_guid: The GUID of the Blend Track. e.g. "{aabbcc00-1122-3344-5566-77889900aabb}"

Returns {"return": [...]} — array of assignments, each containing: child: GUID of the assigned child object index: position among the Blend Track's assignments edges: array of 2 edge configs [left, right], each with: fadeMode: "None", "Manual", or "Automatic" fadeShape: curve shape (Linear, SCurve, etc.) edgePosition: position within the Game Parameter range fadePosition: fade curve start/end (Manual mode only)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
blend_track_guidYes
Behavior4/5

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

Annotations already indicate readOnlyHint, destructiveHint=false, and idempotentHint=true. The description adds value by detailing the return format (child, index, edges) and the GUID constraint, without contradicting annotations.

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 well-structured and concise, opening with a clear purpose, followed by parameter details and a structured explanation of the return value. Every sentence adds value without redundancy.

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 simple resource (one parameter, read-only), the description fully covers the input constraint, parameter, and output structure. No output schema exists, so the detailed return format is essential and provided. No gaps for this tool's complexity.

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 provides a clear explanation for the single parameter blend_track_guid, including an example GUID. This fully compensates for the lack of schema descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description explicitly states it retrieves a list of assignments for a Blend Track, including child GUIDs, index, and edge configs. While the name already identifies the resource, it does not explicitly differentiate from similar sibling tools like get_switch_container_assignments, but the focus on Blend Tracks is clear.

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 description says 'Only accepts GUIDs' and implies usage for inspecting assignments, but lacks explicit guidance on when to use this tool versus alternatives (e.g., get_switch_container_assignments) or when not to use it.

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