launchWorldMonitoractimperative
Open the live World Monitor intelligence dashboard in this tab. Optionally choose a specialized monitor variant (world, tech, finance, commodity, energy, happy). Navigates to the real-time map — conflicts, markets, shipping chokepoints, flights and cyber on one surface.Input schema
{
"type": "object",
"properties": {
"monitor": {
"type": "string",
"enum": [
"world",
"tech",
"finance",
"commodity",
"energy",
"happy"
],
"description": "Which monitor to open. Defaults to \"world\"."
}
},
"additionalProperties": false
}