create_schedule
Create a schedule view in Revit to tabulate element data for categories like walls or rooms. Specify category, optional parameter columns, and schedule name.
Instructions
Create a schedule (quantity takeoff view) for a specific element category.
Schedules tabulate element data — e.g., a wall schedule showing all walls with their types, lengths, and areas. The schedule appears as a new view in the Revit project browser.
Args: category: BuiltInCategory name, e.g. "OST_Walls", "OST_Rooms" (required) fields: Parameter names to include as columns (optional, uses default set) e.g., ["Family and Type", "Length", "Area", "Mark"] schedule_name: Name for the schedule view (optional, auto-generated) ctx: MCP context for logging
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | Yes | ||
| fields | No | ||
| schedule_name | No |