Skip to main content
Glama

Revit MCP Server

by PiggyAndrew

get_element_info

Retrieve detailed information about Revit elements, including properties and parameters, by specifying the element ID, facilitating efficient model analysis and management.

Instructions

获取 Revit 元素的详细信息

Input Schema

NameRequiredDescriptionDefault
elementIdYes元素的 ID
getItemParameterInfoNo是否获取元素参数信息
getItemPropertyInfoNo是否获取元素属性信息

Input Schema (JSON Schema)

{ "properties": { "elementId": { "description": "元素的 ID", "type": "string" }, "getItemParameterInfo": { "default": false, "description": "是否获取元素参数信息", "type": "boolean" }, "getItemPropertyInfo": { "default": true, "description": "是否获取元素属性信息", "type": "boolean" } }, "required": [ "elementId" ], "type": "object" }
Install Server

Other Tools from Revit MCP Server

Related Tools

    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/PiggyAndrew/revit_mcp'

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