get_material_quantities
Retrieve material areas and volumes from Revit for quantity takeoffs and cost estimation. Filter by categories such as walls and floors to target specific data.
Instructions
Get material quantities (areas and volumes) from the Revit model.
Returns aggregated material data across all elements, optionally filtered by category. Useful for quantity takeoffs and cost estimation.
Args: categories: List of categories to include, e.g. ["OST_Walls", "OST_Floors"] (optional, defaults to all categories) ctx: MCP context for logging
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| categories | No |