5 tools registered. Strongest in WebMCP use, weakest in human experience.
No agent run recorded yet.
alpha_signals: declares no required list, so an agent cannot tell which parameters are mandatory; screener: declares no required list, so an agent cannot tell which parameters are mandatory{
name: "alpha_signals",
inputSchema: {
type: "object",
properties: {
query: { type: "string", description: "What to search for" }
},
required: ["query"]
}
}{ name: "alpha_signals" /* short, unique, verb-based */ }alpha_signals, signal_performance, screener, health, open_signals_feed<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="alpha_signals" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "alpha_signals",
"description": "Latest published MarketIntell alpha signals across crypto + US equities. Each links to a public post-mortem with 24h + 7d outcomes.",
"inputSchema": {
"type": "object",
"properties": {
"domain": {
"type": "string",
"enum": [
"crypto",
"us_equities",
"india_stocks"
],
"description": "Optional market filter."
}
}
},
"annotations": {
"readOnlyHint": true
}
}alpha_signals: declares no required list, so an agent cannot tell which parameters are mandatory; screener: declares no required list, so an agent cannot tell which parameters are mandatory{
name: "alpha_signals",
inputSchema: {
type: "object",
properties: {
query: { type: "string", description: "What to search for" }
},
required: ["query"]
}
}duplicate tool name registered: alpha_signalstry {
document.modelContext.provideContext({ tools: [/* ... */] });
} catch (err) {
console.error("WebMCP registration failed", err);
}document.modelContext.dispatchEvent(new Event("toolchange"));{ name: "alpha_signals" /* short, unique, verb-based */ }alpha_signals, signal_performance, screener, health, open_signals_feed<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="alpha_signals" tooldescription="...">
<!-- the same action, as UI -->
</form>