discover_sap_services
List OData services from SAP Gateway Service Catalog with optional search filter. Returns service names, titles, and descriptions to identify the correct service for data queries.
Instructions
Discovers available OData services from the SAP Gateway Service Catalog. Returns service names, titles, and descriptions. Use this first when you don't know which service name to pass to execute_odata_query or get_entity_metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | No | Filter services by name or title substring (case-insensitive) | |
| top | No | Maximum number of services to return (default 50) |