list_billing_products
Retrieve IONOS Cloud product pricing by filtering the catalog with a keyword (e.g., 'Kubernetes') and a contract number.
Instructions
Search the IONOS CLOUD product/pricing catalog by keyword. The filter is applied client-side as a case-insensitive partial match on each product's description — it is not an API-level parameter. Returns non-deprecated products whose description contains the filter string. IMPORTANT: Only call this tool when the user has explicitly specified a product or category they want to see pricing for. If the user asks a broad question like 'what are the prices' or 'show me all products', do NOT guess keywords or call this tool multiple times — instead ask the user which specific product or category they are interested in. Examples of valid filters: 'RAM', 'core', 'storage', 'Kubernetes', 'Postgres', 'network', 'Windows'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | Yes | keyword to filter products by description (e.g. 'RAM', 'Kubernetes', 'Postgres', 'storage'). Use broad terms to find relevant pricing | |
| contract | Yes | contract number from get_billing_profile |