create_room
Creates a room in a Revit model at a specified level, with optional placement point, name, and number.
Instructions
Create a room in the Revit model at a specified level.
Rooms must be placed inside enclosed areas (bounded by walls or room separation lines). If no location is given, Revit auto-places the room.
Args: level_name: Target level name (e.g., "Level 1") location: Optional placement point {"x": float, "y": float} in mm name: Room name (e.g., "Living Room") number: Room number (e.g., "101") ctx: MCP context for logging
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| level_name | Yes | ||
| location | No | ||
| name | No | ||
| number | No |