tag_elements
Tag Revit elements with annotation symbols to display properties like type name, mark, or room name. Supports walls, doors, windows, rooms, and more with options for leader lines, orientation, and offset.
Instructions
Tag elements with annotation symbols in a view.
Places tags on the specified elements. Tags display element properties like type name, mark, or room name/number. Works with walls, doors, windows, rooms, and other taggable categories.
Args: element_ids: List of element IDs to tag view_name: View to place tags in (defaults to active view) tag_type_name: Tag family type name (auto-detects appropriate tag if omitted) add_leader: Show leader line from tag to element (default: false) orientation: Tag orientation — "horizontal" or "vertical" (default: "horizontal") offset: Tag offset from element center {"x": float, "y": float} in mm ctx: MCP context for logging
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| element_ids | Yes | ||
| view_name | No | ||
| tag_type_name | No | ||
| add_leader | No | ||
| orientation | No | horizontal | |
| offset | No |