get_scenario
Retrieve a complete home emergency scenario using its category and slug. Returns who to call, estimated costs, FAQ, sources, and a full step-by-step markdown guide.
Instructions
Fetch one situation in full: structured answer (who to call, costs, FAQ, sources) plus the complete step-by-step guide as markdown. Use category and slug values from route_emergency or list_scenarios.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Scenario slug, e.g. "ceiling-leaking" | |
| category | Yes | Category slug, e.g. "water" |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| faq | No | ||
| url | Yes | ||
| tldr | Yes | ||
| costs | No | ||
| title | Yes | ||
| sources | No | ||
| updated | No | ||
| category | Yes | ||
| json_url | No | ||
| vertical | No | ||
| description | No | ||
| who_to_call | No | ||
| body_markdown | No | The full step-by-step guide as markdown | |
| recommended_call | No |