get_analytical_model
Retrieve OData service document and metadata for an analytical model, including entity sets, 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 to identify analytical properties (dimensions with sap:aggregation-role='dimension', measures with sap:aggregation-role='measure').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| space_id | Yes | Space identifier | |
| asset_id | Yes | Asset identifier | |
| include_metadata | No | Include parsed CSDL metadata with dimensions and measures (default: true) |