Explain Tosca Cloud test case
Produce a plain-language summary of a test case's purpose and steps. Read-only.
Prerequisite: tosca-cloud-basics.
Session checklist
Explain Cloud test case:
- [ ] Resolve test case (inventory search)
- [ ] Read structure via Builder/inventory APIs
- [ ] Summarize purpose, preconditions, steps, verifications
- [ ] Present structured walkthrough
Fast path
- Resolve test case —
tosca_inventory_search(artifactType: testCase, artifactName). - Read structure — inventory metadata;
getModulesSummary/getApiMessagewhere applicable. See references/read-path.md for interim path and MCP gaps. - Summarize — purpose, preconditions, step flow, key verifications. State confidence when step detail is inferred.
- Report — structured walkthrough for the user.
Output template
## <Test case name>
**Purpose:** <one sentence>
**Preconditions:** <list>
**Steps:**
1. <action> — <expected>
2. ...
**Key verifications:** <list>
Read-only — do not mutate unless user asks to remediate.