Skip to main content
Glama

tracking.setup_scene

blender_tracking_setup_scene

Sets up a Blender scene for motion tracking from a video clip, using guarded transactions and rollback.

Instructions

PartMe Blender Harness command tracking.setup_scene. Risk: standard; maturity: L3. Requirements: Per-request argument checks and session policy still apply

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
clipYes
_requestIdNoStable request id for replay safety
_authorizationNoAction-bound Harness authorization claim
_transactionIdYesHarness milestone transaction id
_expectedSceneRevisionNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.1/5.0
Behavior2/5

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

Annotations indicate a non-read-only, non-idempotent, potentially destructive operation, but the description does not say what changes occur, whether existing tracking data is modified, or what side effects to expect. 'Risk: standard; maturity: L3' adds metadata, not behavioral clarity.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short and compact, with no rambling, and the command name is front-loaded. However, the content that follows is mostly boilerplate metadata rather than functional explanation, so the structure is tidy but the space is not used effectively.

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

Completeness2/5

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

For a tool with 5 parameters, no functional description, and an undocumented 'clip' parameter, the description is not sufficient for correct invocation. Even with an output schema present, an agent cannot determine the tool's purpose, prerequisites, or relation to tracking siblings.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description adds no parameter meaning beyond the schema. The key required parameter 'clip' is undocumented in both the schema and description, and with 60% schema coverage, the remaining gap is not compensated for by the text.

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

Purpose2/5

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

The description only identifies the command as 'PartMe Blender Harness command `tracking.setup_scene`' and adds risk/maturity labels; it never states what setting up a scene actually does. This largely restates the title rather than defining a specific operation or resource.

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

Usage Guidelines2/5

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

No guidance is given about when to use this tool, what precedes it, or how it relates to siblings like tracking_load_clip, tracking_add_track, or tracking_solve_camera. The note about 'session policy' is a requirement, not a usage context.

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

Deploy Server

Other Tools