get_analytical_model
Get OData metadata for an analytical model to identify entity sets, dimensions, measures, and query capabilities. Parses CSDL annotations to expose analytical properties for data exploration.
Instructions
Get the OData service document and metadata for a specific analytical model. Returns entity sets, dimensions, measures, and query capabilities. Parses CSDL metadata (OData V4) to identify analytical properties via Common.Label / Analytics.Dimension / Analytics.Measure / Analytics.AggregationRole annotations, with V2 sap:* attributes kept as a fallback.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset_id | Yes | Asset identifier | |
| space_id | Yes | Space identifier | |
| include_metadata | No | Include parsed CSDL metadata with dimensions and measures (default: true) |