7 tools registered. Strongest in WebMCP use, weakest in human experience.
No agent run recorded yet.
// Use the canonical entry point - navigator.modelContext is deprecated.
document.modelContext.provideContext({ tools: [/* ... */] });get_platform_capabilities: declares no input schema; get_case_studies: declares no input schema; get_security_info: declares no input schema; get_company_info: declares no input schema{
name: "get_platform_capabilities",
inputSchema: { type: "object", properties: { /* ... */ }, required: [] }
}get_platform_capabilities, get_capability_details, get_case_studies, get_security_info, get_company_info{
name: "get_platform_capabilities",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}get_platform_capabilities, get_capability_details, get_case_studies, get_security_info, get_company_info<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="get_platform_capabilities" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "get_platform_capabilities",
"description": "Get the three core capabilities of the Sei AI platform: voice agents, document intelligence, and call monitoring & compliance. Use this to answer questions about what Sei does.",
"inputSchema": null,
"annotations": {}
}// Use the canonical entry point - navigator.modelContext is deprecated.
document.modelContext.provideContext({ tools: [/* ... */] });get_platform_capabilities: declares no input schema; get_case_studies: declares no input schema; get_security_info: declares no input schema; get_company_info: declares no input schema{
name: "get_platform_capabilities",
inputSchema: { type: "object", properties: { /* ... */ }, required: [] }
}get_platform_capabilities, get_capability_details, get_case_studies, get_security_info, get_company_info{
name: "get_platform_capabilities",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}document.modelContext.dispatchEvent(new Event("toolchange"));get_platform_capabilities, get_capability_details, get_case_studies, get_security_info, get_company_info<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="get_platform_capabilities" tooldescription="...">
<!-- the same action, as UI -->
</form>