get_attribute_details
Get full details for a single attribute within a Smart Data Model — including its description, NGSI type (Property/GeoProperty/Relationship), data type, recommended units, format constraints, and reference model URL. Use this when the user asks what type a specific field is, what units it uses, or how to populate it. Example: get_attribute_details({"model_name": "WeatherObserved", "attribute": "temperature"})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| attribute | Yes | The exact attribute (field) name to look up — e.g., 'temperature', 'location', 'refDevice' | |
| model_name | Yes | The data model entity name — e.g., 'WeatherObserved' |