blender_list_materials
List all materials in the current Blender scene, optionally returning node types and Principled BSDF input values for detailed shading analysis.
Instructions
List all materials. With detailed=True also returns the node types and
the current Principled BSDF input values of each material.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| detailed | No | ||
| response_format | No | 'markdown' for readable output, 'json' for raw structured data. | markdown |