get_available_models
List all available EnergyPlus models with metadata like building type, location, and HVAC system. Use the returned model IDs to query simulation results with other tools.
Instructions
Retrieve all available EnergyPlus models and their metadata.
Returns detailed information about all discovered EnergyPlus models, including their unique identifiers for use with other tools.
Args: directory: Directory parameter (currently ignored, uses default directory).
Returns: List of dictionaries containing model information: - model_id: Unique identifier for use with other tools - codename: Model standard (e.g., 'ASHRAE901') - prototype: Building type (e.g., 'HotelLarge', 'Warehouse') - codeyear: Code year (e.g., 'STD2025') - city: Location (e.g., 'Buffalo', 'Tampa') - label: HVAC system type (e.g., 'gshp', 'vav_ac_blr') - file paths for epJSON, SQL, and HTML files
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| directory | No | eplus_files/prescriptive_variability_sample |