5 tools registered. Strongest in usefulness, weakest in WebMCP use.
No agent run recorded yet.
// Use the canonical entry point - navigator.modelContext is deprecated.
document.modelContext.provideContext({ tools: [/* ... */] });view_pricing: declares no input schema{
name: "view_pricing",
inputSchema: { type: "object", properties: { /* ... */ }, required: [] }
}{
"name": "view_pricing",
"description": "View Attio's pricing plans and compare features across tiers including Free, Plus, Pro, and Enterprise.",
"inputSchema": null,
"annotations": {
"readOnlyHint": true
}
}// Use the canonical entry point - navigator.modelContext is deprecated.
document.modelContext.provideContext({ tools: [/* ... */] });view_pricing: declares no input schema{
name: "view_pricing",
inputSchema: { type: "object", properties: { /* ... */ }, required: [] }
}document.modelContext.dispatchEvent(new Event("toolchange"));