Revit MCP

by revit-mcp
MIT License
60

get_selected_elements

Retrieve and manage elements currently selected in Revit. Optionally specify a limit to control the number of elements returned, streamlining data extraction and project workflows.

Instructions

Get elements currently selected in Revit. You can limit the number of returned elements.

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of elements to return

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "description": "Maximum number of elements to return", "type": "number" } }, "type": "object" }
ID: npu475c7cd