sap_discovery_center_service
Retrieve comprehensive SAP BTP service details including pricing plans, product roadmap, documentation links, and key features from the SAP Discovery Center.
Instructions
GET SAP BTP SERVICE DETAILS: sap_discovery_center_service(serviceId="abc-123-def")
FUNCTION NAME: sap_discovery_center_service
Get comprehensive details for a specific SAP BTP service from the SAP Discovery Center, including pricing plans with per-unit costs, product roadmap, documentation links, and key features.
Use this tool when you need to:
Get pricing information for a BTP service (plans, metrics, costs per unit, free tier availability)
View the product roadmap and upcoming features planned for a service
Find official documentation, tutorials, and community resources for a service
Understand service plans and their differences (free tier vs. standard vs. extended)
Get the SAP cost calculator link or SAP Store link for a service
Learn about key features and capabilities of a specific service (headlines)
Check what billing metrics a service uses (e.g., Capacity Units, API Calls)
You can pass either a UUID from search results OR the service name directly (e.g., "SAP Build Code", "SAP AI Core", "SAP HANA Cloud"). The tool will auto-resolve names to UUIDs.
PARAMETERS: • serviceId (required): Service UUID from search results OR the service name (e.g., "SAP Build Code"). Names are auto-resolved via search. • currency (optional, default "USD"): Pricing currency code (e.g., "EUR", "USD", "GBP"). • include_roadmap (optional, default true): Include product roadmap data with planned features by quarter. • include_pricing (optional, default true): Include pricing plans with per-unit costs and billing metrics.
RETURNS (JSON): • Core: name, description, category, productType, licenseModelType, tags, csnComponent • links: calculator, sapStore, featureDescription, discoveryCenter URLs • headlines[]: Key feature highlights with descriptions • resources: Documentation links grouped by type (documentation, tutorials, community, support, calculator) • metrics[]: Billing metric definitions (name, description, code) • pricing[]: Service plans with planName, planCode, description, usageType, features, and commercialModels (model, metric, chargingPeriod, pricePerUnit, blockSize). The pricing section contains actual per-unit prices from the SAP Discovery Center (e.g., "1.04 EUR" per Capacity Unit/month). • roadmap: Planned features organized by quarter with categories and deliverables (or null if no roadmap exists)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| serviceId | Yes | Service UUID from search results OR service name (e.g., 'SAP Build Code'). Names are auto-resolved. | |
| currency | No | Pricing currency code (default 'USD'). | |
| include_roadmap | No | Include product roadmap (default true). | |
| include_pricing | No | Include pricing plans (default true). |