2 tools registered. Strongest in WebMCP use, weakest in human experience.
No agent run recorded yet.
launchWorldMonitor: declares no required list, so an agent cannot tell which parameters are mandatory{
name: "launchWorldMonitor",
inputSchema: {
type: "object",
properties: {
query: { type: "string", description: "What to search for" }
},
required: ["query"]
}
}{ name: "launchworldmonitor" /* short, unique, verb-based */ }launchWorldMonitor, getWorldMonitorMcpEndpoint<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="launchworldmonitor" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "launchWorldMonitor",
"description": "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.",
"inputSchema": {
"type": "object",
"properties": {
"monitor": {
"type": "string",
"enum": [
"world",
"tech",
"finance",
"commodity",
"energy",
"happy"
],
"description": "Which monitor to open. Defaults to \"world\"."
}
},
"additionalProperties": false
},
"annotations": {
"readOnlyHint": false
}
}launchWorldMonitor: declares no required list, so an agent cannot tell which parameters are mandatory{
name: "launchWorldMonitor",
inputSchema: {
type: "object",
properties: {
query: { type: "string", description: "What to search for" }
},
required: ["query"]
}
}document.modelContext.dispatchEvent(new Event("toolchange"));{ name: "launchworldmonitor" /* short, unique, verb-based */ }launchWorldMonitor, getWorldMonitorMcpEndpoint<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="launchworldmonitor" tooldescription="...">
<!-- the same action, as UI -->
</form>