get_material_graph_nodes
Read expression nodes in a material graph. Control response size with verbosity and filter by type to get only specific nodes.
Instructions
Read expression nodes in a material graph.
Use verbosity to control response size:
"summary": index, type, position only (~30 tokens/node)
"connections": + input connections (default, good balance)
"full": + properties + available pins (large response)
Use type_filter to only return nodes matching a type substring (e.g. "Parameter" returns only parameter nodes).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| verbosity | No | connections | |
| type_filter | No | ||
| material_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |