list_geometry_node_inputs
List all available inputs of a geometry nodes modifier, showing name, type, and current value for each.
Instructions
List all available inputs on a geometry nodes modifier.
Args: object_name: Name of the object with the modifier. modifier_name: Name of the geometry nodes modifier.
Returns: List of dicts with input name, type, and current value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_name | Yes | ||
| modifier_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |