agentic_blender_workflow
Plan and execute complex 3D workflows in Blender by describing the goal in natural language. The AI autonomously breaks down the task, calls Blender operations, and iterates until completion.
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 | |||