Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
REVIT_HOST | No | Revit plugin WebSocket host | 127.0.0.1 |
REVIT_PORT | No | Revit plugin WebSocket port | 8080 |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
当前 Revit 模型信息 | 提供当前打开的 Revit 模型的基本信息,包括名称、路径、版本和元素数量 |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get_categories | 获取 Revit 模型中的所有类别 |
get_families | 获取 Revit 模型中的所有族 |
get_elements | 获取 Revit 模型中的元素 |
get_levels | 获取 Revit 模型中的所有楼层 |
get_views | 获取 Revit 模型中的所有视图 |
get_element_info | 获取 Revit 元素的详细信息 |