get_element_properties
Retrieve all properties and parameters of a Revit element, including category, family, type, and instance/type parameters with values and read-only status.
Instructions
Get all properties and parameters of a Revit element.
Returns the element's category, family, type, and a complete list of both instance and type parameters with their values, storage types, and read-only status.
Args: element_id: Revit element ID to inspect include_type_params: Include type parameters in addition to instance parameters (default: true) ctx: MCP context for logging
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| element_id | Yes | ||
| include_type_params | No |