Skip to main content
Glama

Bind motion motif

bind_motion_motif

PROJECT-SCOPED: this call acts only on the explicit project_id and returns the project identity with its result. Bind an EXISTING renderer-visible movement to the exact motif id it was designed to execute in the active Blueprint v3 motion language. This records causal provenance; it does not create an effect or require a count. target_type: zoom, text, vector, overlay, insert, speed, aspect_shift, stylize, custom, transition or captions. Pass id for item targets; transition/captions are track-level. Pass motion_motif='clear' to remove a binding. Static targets and the reserved stillness decision 'hold' are rejected.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
project_idYesRequired immutable scope for this call. Copy the id from list_projects/open_project/project_state; the active-project pointer is never used to guess.
target_typeYes
motion_motifYesActive Blueprint motion motif id this event executes; never 'hold'.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.6/5.0
Behavior4/5

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

Annotations indicate readOnlyHint=false and destructiveHint=false, and the description aligns by stating it records provenance without creating an effect. It adds valuable context: project-scoped side effects, return of project identity, rejection of 'hold' and static targets. No contradiction found, and it discloses the key non-creation behavior.

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 dense but every sentence earns its place. It front-loads the project-scoped constraint, then quickly states the core purpose, clarifies target semantics, and ends with clear rejections. No redundant wording or filler.

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?

For a tool with no output schema, the description covers all essential details: required parameters, scoping, valid target types, special values, and rejection rules. It also states the return includes project identity, which addresses the output gap. An agent has enough to call it 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?

With 50% schema coverage, the description compensates substantially. It explains that target_type values map to specific domains (transition/captions are track-level, id is for item targets), clarifies motion_motif can be 'clear' and that 'hold' is rejected, and emphasizes project_id is an immutable scope that must be copied from a source, never guessed. These go well 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 states a specific verb ('bind'), a precise resource (an existing renderer-visible movement to a motif id), and distinguishes it from creation tools by clarifying it records provenance rather than creating an effect. It also enumerates target types and explicitly rejects static targets and 'hold', leaving no ambiguity about scope.

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?

It clearly scopes the call to a project_id, explains it acts on EXISTING movements, and differentiates track-level vs item targets. It does not explicitly name alternative sibling tools, but the behavioral constraints (e.g., 'does not create an effect') make the usage context clear. The 'clear' option and rejection rules further guide correct invocation.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.