get_analytical_model
Retrieve OData service document and parsed CSDL metadata for an analytical model, returning dimensions, measures, and query capabilities.
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) |