{"count":29,"tools":[{"name":"ai_element_filter","description":"An intelligent Revit element querying tool designed specifically for AI assistants to retrieve detailed element information from Revit projects. This tool allows the AI to request elements matching specific criteria (such as category, type, visibility, or spatial location) and then perform further analysis on the returned data to answer complex user queries about Revit model elements. Example: When a user asks 'Find all walls taller than 5m in the project', the AI would: 1) Call this tool with parameters: {\"filterCategory\": \"OST_Walls\", \"includeInstances\": true}, 2) Receive detailed information about all wall instances in the project, 3) Process the returned data to filter walls with height > 5000mm, 4) Present the filtered results to the user with relevant details."},{"name":"analyze_model_statistics","description":"Analyze model complexity with element counts. Returns detailed statistics about the Revit model including total element counts, total types, total families, views, sheets, counts by category (with type/family breakdown), and level-by-level element distribution. Useful for model auditing, performance analysis, and understanding model composition."},{"name":"color_elements","description":"Color elements in the current view based on a category and parameter value. Each unique parameter value gets assigned a distinct color."},{"name":"create_dimensions","description":"Create dimension annotations in the current Revit view. Supports dimensioning between elements (walls, doors, windows) by element IDs, or between two points with automatic reference detection. All coordinates are in millimeters (mm)."},{"name":"create_grid","description":"Create a grid system in Revit with smart spacing generation. Supports both X-axis (vertical) and Y-axis (horizontal) grids with customizable naming styles (alphabetic A,B,C or numeric 1,2,3). All units are in millimeters (mm)."},{"name":"create_level","description":"Create one or more levels in Revit at specified elevations. Levels define horizontal planes in the building and are used to host floor plans, ceilings, and other level-based elements. All elevation units are in millimeters (mm)."},{"name":"create_line_based_element","description":"Create one or more line-based elements in Revit such as walls, beams, or pipes. Supports batch creation with detailed parameters including family type ID, start and end points, thickness, height, and level information. All units are in millimeters (mm)."},{"name":"create_point_based_element","description":"Create one or more point-based elements in Revit such as doors, windows, or furniture. Supports batch creation with detailed parameters including family type ID, position, dimensions, and level information. All units are in millimeters (mm)."},{"name":"create_room","description":"Create and place rooms in Revit at specified locations. Rooms are placed within enclosed wall boundaries and can be named and numbered. The location point should be inside an enclosed area bounded by walls. All coordinates are in millimeters (mm)."},{"name":"create_structural_framing_system","description":"Create a structural beam framing system in Revit. Generates beams within a rectangular boundary at fixed spacing intervals. The system uses Revit's BeamSystem API to create properly connected beam layouts. All units are in millimeters (mm)."},{"name":"create_surface_based_element","description":"Create one or more surface-based elements in Revit such as floors, ceilings, or roofs. Supports batch creation with detailed parameters including family type ID, boundary lines, thickness, and level information. All units are in millimeters (mm)."},{"name":"delete_element","description":"Delete one or more elements from the Revit model by their element IDs."},{"name":"export_room_data","description":"Export all room data from the current Revit project. Returns detailed information about each room including name, number, level, area, volume, perimeter, department, and more. Useful for generating room schedules, space analysis, and facility management data."},{"name":"export_sheets_to_excel","description":"Export all sheets from the current Revit project to an Excel file. You can choose which sheet properties (columns) to export. Call get_sheet_exportable_properties first to get the list of available property names."},{"name":"get_available_family_types","description":"Get available family types in the current Revit project. You can filter by category and family name, and limit the number of returned types."},{"name":"get_current_view_elements","description":"Get elements from the current active view in Revit. You can filter by model categories (like Walls, Floors) or annotation categories (like Dimensions, Text). Use includeHidden to show/hide invisible elements and limit to control the number of returned elements."},{"name":"get_current_view_info","description":"获取 Revit 当前活动视图的详细信息，包括视图类型、名称、比例等属性。"},{"name":"get_material_quantities","description":"Calculate material quantities and takeoffs from the current Revit project. Returns detailed information about each material including name, class, area, volume, and element counts. Useful for cost estimation, material ordering, and sustainability analysis."},{"name":"get_selected_elements","description":"Get elements currently selected in Revit. You can limit the number of returned elements."},{"name":"get_sheet_exportable_properties","description":"Get the list of sheet parameters that can be exported to Excel. Use this before calling export_sheets_to_excel so the user or AI can choose which properties to include. Returns propertyNames array."},{"name":"hello_world","description":"Display a hello world dialog in Revit with the user's full name and optional message. Useful for testing the connection between Claude and Revit."},{"name":"operate_element","description":"Operate on Revit elements by performing actions such as select, selectionBox, setColor, setTransparency, delete, hide, etc."},{"name":"query_stored_data","description":"Query stored Revit project and room data from the local database. Supports various query types: get all projects, get project by ID/name, get rooms by project, get all rooms, or get database statistics."},{"name":"say_hello","description":"Display a greeting dialog in Revit. Useful for testing the connection between Claude and Revit."},{"name":"send_code_to_revit","description":"Send C# code to Revit for execution. The code will be inserted into a template with access to the Revit Document and parameters. Your code should be written to work within the Execute method of the template."},{"name":"store_project_data","description":"Store or update Revit project metadata in the local database. This captures project information with a timestamp for later retrieval."},{"name":"store_room_data","description":"Store or update room metadata for a specific Revit project in the local database. Rooms are linked to a project by project name. The project must exist before storing room data."},{"name":"tag_all_rooms","description":"Create tags for all rooms in the current active view. Tags will be placed at the center point of each room, displaying the room name and number."},{"name":"tag_all_walls","description":"Create tags for all walls in the current active view. Tags will be placed at the middle point of each wall."}]}