Revit MCP
by revit-mcp
Verified
get_current_view_elements
Get elements from the current active view in Revit. You can filter by model categories (like Walls, Floors) or annotation categories (like Dimensions, Text). Use includeHidden to show/hide invisible elements and limit to control the number of returned elements.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
annotationCategoryList | No | List of Revit annotation category names (e.g., 'OST_Dimensions', 'OST_WallTags', 'OST_TextNotes') | |
includeHidden | No | Whether to include hidden elements in the results | |
limit | No | Maximum number of elements to return | |
modelCategoryList | No | List of Revit model category names (e.g., 'OST_Walls', 'OST_Doors', 'OST_Floors') |