Skip to main content
Glama

Revit MCP Server

by PiggyAndrew

get_families

Extract all families from a Revit model using optional filters like category ID or family name. Simplify access to Revit data for efficient model management.

Instructions

获取 Revit 模型中的所有族

Input Schema

NameRequiredDescriptionDefault
categoryIdNo族类别 ID(可选)
nameNo族名称过滤(可选)

Input Schema (JSON Schema)

{ "properties": { "categoryId": { "description": "族类别 ID(可选)", "type": "string" }, "name": { "description": "族名称过滤(可选)", "type": "string" } }, "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