Landscape Briefing
get_landscape_briefingRetrieve a synthesized threat-landscape briefing with a posture summary of recent activity, and verify whether the latest report is a real synthesis or a fallback by checking its age and status.
Instructions
Get the latest threat-landscape briefing — a synthesized posture summary of recent threat activity. latest is the most recent briefing that is a REAL synthesis: the narrative model currently fails on most hourly runs, and a failed run still writes a one-bullet automated posture stub, so the newest row is usually not a summary at all. When a fallback is served the response says so (latest_is_fallback + fallback_note naming both dates) and latest_age_hours gives its age; briefings[0] is always the newest regardless of quality, and every row carries is_synthesis. narrative_ok reports whether the newest run produced a real narrative.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| latest | No | The most recent REAL synthesis (see latest_is_fallback). | |
| briefings | No | ||
| page_size | No | ||
| stub_count | No | ||
| top_viewed | No | ||
| narrative_ok | No | Did the NEWEST run produce a real narrative? | |
| fallback_note | No | Names which date was served and which was skipped. | |
| latest_age_hours | No | ||
| latest_is_fallback | No | ||
| latest_generated_at | No | ||
| latest_is_synthesis | No | ||
| newest_generated_at | No |