blender_find_problems
Identify Blender scene problems and get concrete fixes. Returns an actionable list pairing each issue with the resolving tool call.
Instructions
Like blender_validate, but only the failures, each with a concrete fix.
Use this when you want to act rather than read: it returns an actionable
list where every entry pairs a problem with the tool call that resolves it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ignore | No | Glob patterns to exclude. | |
| target | No | Real-world spec, same shape as blender_validate. | |
| objects | No | Object names. | |
| max_faces | No | ||
| response_format | No | 'markdown' for readable output, 'json' for raw structured data. | markdown |