2 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: [/* ... */] });{ name: "primitive_overview" /* short, unique, verb-based */ }primitive_overview, primitive_quickstart{
name: "primitive_overview",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}primitive_overview, primitive_quickstart<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="primitive_overview" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "primitive_overview",
"description": "Explain what Primitive is (email infrastructure for AI agents) and return the machine-readable entry points an agent should use to integrate: MCP endpoint, OpenAPI spec, CLI, llms.txt, and OAuth metadata.",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
},
"annotations": {}
}// Use the canonical entry point - navigator.modelContext is deprecated.
document.modelContext.provideContext({ tools: [/* ... */] });primitive_overview, primitive_quickstart{
name: "primitive_overview",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}document.modelContext.dispatchEvent(new Event("toolchange"));{ name: "primitive_overview" /* short, unique, verb-based */ }primitive_overview, primitive_quickstart<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="primitive_overview" tooldescription="...">
<!-- the same action, as UI -->
</form>