sap_discovery_center_search
Find SAP BTP services by keyword, category, or license model using the SAP Discovery Center search. Discover solutions for AI, integration, database, and more.
Instructions
SEARCH SAP BTP SERVICES: sap_discovery_center_search(query="SAP Build")
FUNCTION NAME: sap_discovery_center_search
Search the SAP Discovery Center service catalog to find SAP Business Technology Platform (BTP) services, solutions, and capabilities.
Use this tool when you need to:
Find which SAP BTP services are available for a specific use case (e.g., integration, AI, database, extension development)
Discover services by name or keyword (e.g., "HANA", "Integration Suite", "Build", "AI Core")
Browse services filtered by license model (free tier, pay-as-you-go, subscription)
Find deprecated BTP services and their replacements
Explore SAP AI and machine learning services on BTP
Compare BTP services within a category
Do NOT use this for ABAP documentation, code examples, or SAP Help content – use the 'search' tool for those. After finding a service, use sap_discovery_center_service(serviceId="...") to get full details including pricing, roadmap, and documentation links.
PARAMETERS: • query (required): Search terms for BTP services. Use service names or capability keywords. • top (optional, default 10, max 25): Number of results to return. • category (optional): Filter by category, e.g., "AI", "Integration", "Data and Analytics", "Application Development and Automation", "Foundation / Cross Services". • license_model (optional): Filter by license type: "free", "payg", "subscription", "btpea", "cloudcredits".
RETURNS (JSON): • services[]: Array of matching services with id, name, shortName, description, category, additionalCategories, licenseModelType, provider, tags, ribbon, isDeprecated • total: Number of results returned
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search terms for BTP services, in ENGLISH. | |
| top | No | Number of results (default 10, max 25). | |
| category | No | Category filter (e.g., 'AI', 'Integration', 'Data and Analytics'). | |
| license_model | No | License model filter. |