get-sap-data
Fetch read-only data from any SAP S/4HANA OData endpoint, including navigation properties, $expand, $count, and $metadata. Returns raw SAP JSON for entities not covered by specialized tools.
Instructions
Fetch data from any SAP S/4HANA OData path (read-only, GET only). Prefer get-business-partners / get-sales-orders / get-purchase-orders when they fit — they return far less data. Use this for other entities, entity-key reads like A_BusinessPartner('1'), navigation properties, $expand, $count and $metadata. Returns raw SAP JSON including __metadata, so keep $top small.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpoint | Yes | Path on the configured SAP host, starting with '/'. Not a full URL. e.g. /sap/opu/odata/sap/API_BUSINESS_PARTNER/A_BusinessPartner?$top=5 |