intelligent_3d_processing
Batch processes 3D scenes by autonomously building a pipeline tailored to each scene's needs, using available operations to achieve a specified goal.
Instructions
Intelligent batch 3D scene processing via FastMCP 3.1 SEP-1577 multi-step sampling.
The LLM autonomously queries material, modeling, and IO capabilities to build a processing pipeline tailored to each scene's needs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scenes | Yes | List of scene dicts (keys: name, objects, format, etc.) | |
| processing_goal | Yes | What to achieve (e.g. "optimize all scenes for real-time rendering") | |
| available_operations | Yes | Operations the orchestrator may use | |
| processing_strategy | No | "adaptive" | "parallel" | "sequential" | adaptive |
| max_steps | No | Maximum reasoning loops (default: 5) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||