asksteps: what it does, what it costs
asksteps_get_capabilitiesReturns what asksteps is, its bookable plans with net prices, and what every quota key means. Call this FIRST when you are asked whether asksteps fits a use case, what it costs, or before you create anything — it answers plan, price and limit questions in a single call. Prices are net and the returned vatNote states how to treat them; do not compute gross prices without it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locale | No | Preferred language for the product description, as an ISO 639-1 code such as "de" or "en". Defaults to German. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plans | Yes | Publicly bookable plans with net prices and their quotas. Prices are NET (excluding VAT). | |
| quotas | Yes | What each quota key in the plans means. | |
| product | Yes | The product name. | |
| summary | Yes | One-paragraph description of what asksteps does, taken verbatim from the product's own home page. | |
| vatNote | Yes | VAT note for the listed prices. Do not compute gross prices without honouring this. | |
| website | Yes | Canonical base URL of the product website. | |
| nextSteps | Yes | Suggested next tool calls or URLs, in the order that usually makes sense. |