5 tools registered. Strongest in WebMCP use, weakest in human experience.
No agent run recorded yet.
get_current_briefing: description is 625 characters, over Chrome's 500-character guidance; get_current_briefing: 1 parameter description is over Chrome's 150-character guidance; get_historical_briefin{
name: "get_current_briefing",
inputSchema: {
type: "object",
properties: {
query: { type: "string", description: "What to search for" }
},
required: ["query"]
}
}get_current_briefing, get_historical_briefing, get_date_range, get_available_dates, get_regime_history{
name: "get_current_briefing",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}get_current_briefing, get_historical_briefing, get_date_range, get_available_dates, get_regime_history<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="get_current_briefing" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "get_current_briefing",
"description": "Get today's GEXLOG market briefing for SPX/SPXW options. Returns the current gamma regime classification (POSITIVE/NEGATIVE/NEUTRAL/TRANSITIONAL), key price levels (put wall, call wall, GEX flip, expected move, pivot levels R1/R2/S1/S2), trade signal (GO/CAUTION/WAIT), day type forecast (RANGE BOUND/TREND UP/TREND DOWN/HIGH VOLATILITY), AI-generated market narrative, and structured trade playbook with primary, alternative, and neutral strategies. Data is generated pre-market (~6:50 AM ET weekdays) and refreshed after close (~7:40 PM ET). Use this to understand today's SPX options market positioning and trade guidance.",
"inputSchema": {
"type": "object",
"properties": {
"report": {
"type": "string",
"anyOf": [
{
"const": "morning",
"title": "Morning briefing (pre-market, generated ~6:50 AM ET)"
},
{
"const": "evening",
"title": "Evening briefing (post-close refresh with updated levels and scorecard)"
},
{
"const": "weekend",
"title": "Weekend preview (generated Saturday ~8:30 AM ET, covers coming week)"
}
],
"enum": [
"morning",
"evening",
"weekend"
],
"description": "Which report to retrieve. 'morning' is the primary daily briefing. 'evening' is the post-close refresh with updated levels and scorecard. 'weekend' is the Saturday preview for the coming week including week-ahead calendar and risk score."
}
}
},
"annotations": {}
}get_current_briefing: description is 625 characters, over Chrome's 500-character guidance; get_current_briefing: 1 parameter description is over Chrome's 150-character guidance; get_historical_briefin{
name: "get_current_briefing",
inputSchema: {
type: "object",
properties: {
query: { type: "string", description: "What to search for" }
},
required: ["query"]
}
}get_current_briefing, get_historical_briefing, get_date_range, get_available_dates, get_regime_history{
name: "get_current_briefing",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}document.modelContext.dispatchEvent(new Event("toolchange"));get_current_briefing, get_historical_briefing, get_date_range, get_available_dates, get_regime_history<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="get_current_briefing" tooldescription="...">
<!-- the same action, as UI -->
</form>