list_services
Discover supported cloud services for a provider to identify valid service keys when authoring ArchSpecs or mapping infrastructure requirements.
Instructions
List all cloud services supported for a given provider.
Returns one entry per service with its slug, human-readable name, category
(compute / database / storage / networking / etc.), and supported tiers.
Use this to discover valid service: keys when hand-authoring ArchSpecs
or mapping requirements to services.
Behavior: Pure lookup from the bundled service registry — no LLM, no network, no cloud access.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| provider | No | Cloud provider slug. Values: 'aws' (47 services), 'gcp' (25), 'azure' (28), 'databricks'. | aws |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |