Skip to main content
Glama

Revit MCP Server

by ideook
MIT License

get_selected_elements

Retrieve elements currently selected in Autodesk Revit, with an option to set a limit on the number of elements returned for efficient data handling.

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" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ideook/revit-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server