Get a component prompt + motion tokens (no rendering)
get_component_promptRetrieve a component build prompt, its motion system tokens, and an instruction to adapt the prompt to those tokens yourself, preserving arithmetic relationships for consistent code.
Instructions
THE way to get a build prompt. Returns three blocks: (a) the standalone prompt VERBATIM, untouched; (b) the tokens of the requested motion system; (c) an explicit instruction telling you to adapt (a) to (b) YOURSELF, preserving arithmetic relationships — if a duration holds up a sum, a chained sequence or a ScrollTrigger end, recompute the whole set, never a lone value. Replaces render_prompt, which substituted mechanically and produced prompts whose prose contradicted their code (11/30 in judged evaluation). See DECISIONS.md D15 and D18.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | ||
| motion_system | No | Default: the component's native system. |