blender_shader_info
Dump a material's full node graph—every node, input value, output, and link—to see what it actually is before editing.
Instructions
Dump a material's node graph: every node, its unconnected inputs with values, its outputs, and all links. Use it to find out what a material actually is before editing it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Material to inspect. | |
| response_format | No | 'markdown' for readable output, 'json' for raw structured data. | markdown |