Skip to main content
Glama

Create pose tracking

create_pose_tracking

Set up full-body pose tracking for body-reactive visuals. Outputs canonical pose and keypoint CHOPs, defaults to synthetic source, and supports MediaPipe, OSC, or existing CHOP input.

Instructions

Set up full-body pose tracking — the foundation for body-reactive visuals (the camera/skeleton counterpart to extract_audio_features). Produces a canonical pose CHOP (33 MediaPipe landmarks as samples, channels tx/ty/tz/confidence) plus a 'keypoints' CHOP of ready-to-bind scalar channels (r_wrist_y, l_wrist_x, hips_x, hand_span, height, …). Source defaults to a self-contained SYNTHETIC animated pose so it builds and previews with no camera and no plugin; switch to 'mediapipe' (the free torinmb/mediapipe-touchdesigner plugin), 'osc', or an existing pose CHOP for the real performer. Smoothing and Mirror included. Feed the output into create_pose_skeleton or create_body_reactive.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mirrorNoFlip the pose horizontally (negate tx) so a webcam feed reads like a mirror — the performer's right hand is on the right of the frame. Build-time; off by default.
sourceNoWhere the 33-landmark pose stream comes from. 'synthetic' (default) = a self-contained animated human pose that needs NO camera and NO plugin — use it to build and preview the look instantly. 'mediapipe' = the live CHOP from the free torinmb/mediapipe-touchdesigner plugin (point mediapipe_chop_path at its pose landmarks CHOP). 'osc' = landmarks arriving over OSC (osc_port). 'existing_chop' = a pose CHOP you already built (e.g. the output of create_pose_tracking).synthetic
osc_portNoUDP port the OSC In CHOP listens on (source='osc').
smoothingNoTemporal smoothing (0..0.95): each landmark is blended with its previous frame so jittery tracking glides instead of snapping. 0 = raw/instant; higher = smoother but laggier. Exposed as a live knob.
parent_pathNoParent COMP path the self-contained 'pose_tracking' container is created inside./project1
expose_controlsNoExpose a live 'Smoothing' knob (0 = raw).
existing_chop_pathNoPath of an existing pose CHOP — 33 samples, tx/ty/tz channels (source='existing_chop').
mediapipe_chop_pathNoPath to the MediaPipe plugin's pose-landmarks CHOP (source='mediapipe'). The plugin emits 33 samples with tx/ty/tz channels.
Behavior4/5

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

Annotations only state readOnly=false and destructive=false. The description adds value by revealing it creates two CHOPs, includes smoothing and mirror features, and that the synthetic source requires no camera or plugin. It also notes the free MediaPipe plugin dependency for real tracking. Does not mention potential overwriting, but annotations already cover destructiveness.

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?

Four sentences, densely packed with purpose, outputs, source options, features, and downstream integration. Every sentence earns its place, and the description is front-loaded with the primary purpose. No filler or tautology.

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 8 parameters and no output schema, the description is remarkably complete: it explains core function, data structure (33 landmarks, tx/ty/tz/confidence, keypoints examples), source variants, default behavior, and downstream use. It gives an agent everything needed to invoke the tool and set expectations.

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

Parameters3/5

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

The input schema provides detailed, 100% coverage for all 8 parameters. The description adds no new parameter-level semantics beyond echoing the synthetic default and source enum. Baseline 3 is appropriate since the schema handles the heavy lifting.

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?

Clearly states it sets up full-body pose tracking and describes the produced outputs (canonical pose CHOP and keypoints CHOP). It distinguishes itself as the foundation for body-reactive visuals, explicitly naming downstream tools (create_pose_skeleton, create_body_reactive) and contrasting with extract_audio_features.

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?

Provides strong usage context: it is the foundation for body-reactive visuals, and the output feeds into create_pose_skeleton or create_body_reactive. Also explains when to use the synthetic default (no camera/plugin) versus mediapipe, osc, or existing_chop. Lacks explicit exclusions, but the guidance is clear and actionable.

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/lucasmaher-hash/touch-designer-mcp'

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