Get Threat Bundle
get_threat_bundleFetch a bundled dossier for a threat: details, simulations, and transcripts in one request to reduce API round-trips. Include 'summary' to get just the threat.
Instructions
One-shot dossier for a threat: threat detail plus its simulations and pipeline transcripts (include="summary" returns just the threat). Fewer round-trips than get_threat + get_threat_simulations + get_threat_transcripts separately. The threat is the same bounded projection get_threat returns by default — call get_threat(id, sections="all") for the unabridged record.
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) | |
| simulation_limit | No | Playbooks to embed, 1-20 (default 3). Each carries full command text; raise only if you need more than the newest few. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| threat | Yes | ||
| simulations | No | ||
| transcripts | No | Omitted entirely when include='summary'. |