Skip to main content
Glama

Revit MCP Server

by PiggyAndrew

get_elements

Extract specific elements from a Revit model by specifying category, view, or level IDs using the Revit MCP Server API for precise data retrieval.

Instructions

获取 Revit 模型中的元素

Input Schema

NameRequiredDescriptionDefault
categoryIdsNo需要获取的元素所属类别的Id集合
levelIdsNo需要获取的元素所处的标高的Id集合
viewIdsNo需要获取的元素所处的视图的Id集合

Input Schema (JSON Schema)

{ "properties": { "categoryIds": { "description": "需要获取的元素所属类别的Id集合", "type": "array" }, "levelIds": { "description": "需要获取的元素所处的标高的Id集合", "type": "array" }, "viewIds": { "description": "需要获取的元素所处的视图的Id集合", "type": "array" } }, "type": "object" }

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