list_parameters
List parameters of a Revit category's elements, including name, scope, data type, and writability. Use this to inspect available parameters before filtering or writing.
Instructions
List which parameters a category's elements have: name, instance or type scope, data type, and whether they are writable. Read from a sample element. Use this before filtering or writing when unsure of exact names.
Args: category: Revit category name, e.g. 'Doors'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | Yes |