list_category_parameters
List all parameters for a specified Revit category, including their types and sample values, to identify valid parameter names for color_splash and modify_elements.
Instructions
List the parameters available on elements of a category.
Returns each parameter with its type and a sample value. Use this to find a valid parameter_name for color_splash, and to check what modify_elements can set on a category.
Args: category_name: Revit category, e.g. "Walls", "Doors", "Rooms".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category_name | Yes |