Skip to main content
Glama

Revit MCP Server

by PiggyAndrew

get_elements

Retrieve elements from a Revit model by specifying categories, views, or levels. The tool integrates with the Revit MCP Server to fetch and organize model data for analysis or modification.

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