get_available_material_pins
Retrieve all available material output pins to discover valid connections for material expressions. Adapts to blend mode, shading model, and Substrate settings.
Instructions
Query all available material output pins for a specific material.
Returns every pin that is currently visible (based on material settings), whether it's connected, what type it expects, and which node feeds it.
Use this to discover valid to_pin values for connect_material_expressions with to_node="material". The available pins change based on blend mode, shading model, and whether Substrate is enabled.
Also reports substrate_enabled and has_front_material_connected status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| material_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |