agentic_blender_workflow
Automate complex Blender workflows by describing the desired outcome in natural language, then let the AI plan and execute each step autonomously.
Instructions
Execute autonomous multi-step Blender workflows via FastMCP 3.1 SEP-1577 sampling.
The client LLM plans and executes a 3D workflow step-by-step, autonomously calling Blender capability probes to inform each decision, looping until the goal is achieved or max_steps is exhausted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow_prompt | Yes | Natural language description of the 3D workflow goal | |
| available_operations | No | Optional list of operation names to constrain the plan | |
| max_steps | No | Maximum LLM-tool reasoning loops (default: 5) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||