Get Threat Bundle
get_threat_bundleRetrieve a complete threat dossier in one call—including details, simulations, and analysis transcripts—to reduce API round-trips.
Instructions
One-shot dossier for a threat: the full threat detail plus its simulations and analysis transcripts (include="summary" returns just the threat). Fewer round-trips than calling get_threat + get_threat_simulations + get_threat_transcripts separately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include | No | "full" (default) bundles simulations + transcripts; "summary" returns just the threat | |
| threat_id | Yes | Threat ID (e.g. TL-2026-0042) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| threat | Yes | ||
| simulations | No | ||
| transcripts | No | Omitted entirely when include='summary'. |