search_data_models
Search the Smart Data Models (SDM) catalog by keyword, domain name, or partial model name. Use this when the user wants to discover which data models exist for a topic (e.g., 'parking', 'weather', 'energy meter'). Returns a list of matching model names and their subjects. Example: search_data_models({"query": "air quality", "domain": "SmartEnvironment"})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return. Defaults to 10. | |
| query | Yes | Keyword or phrase to search for (e.g., 'parking', 'water leak', 'noise level') | |
| domain | No | Optional. Filter results to a specific SDM domain. Valid values: SmartCities, SmartAgrifood, SmartWater, SmartEnergy, SmartEnvironment, SmartRobotics, SmartSensoring, CrossSector, SmartAeronautics, SmartDestinations, SmartHealth, SmartManufacturing, SmartLogistics |