2 tools registered. Strongest in usefulness, weakest in human experience.
No agent run recorded yet.
// Use the canonical entry point - navigator.modelContext is deprecated.
document.modelContext.provideContext({ tools: [/* ... */] });list_mana_agent_docs: 1 parameter has no description (include_urls); get_mana_agent_doc: 1 parameter has no description (doc){
name: "list_mana_agent_docs",
inputSchema: {
type: "object",
properties: {
query: { type: "string", description: "What to search for" }
},
required: ["query"]
}
}list_mana_agent_docs, get_mana_agent_doc{
name: "list_mana_agent_docs",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}list_mana_agent_docs, get_mana_agent_doc<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="list_mana_agent_docs" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "list_mana_agent_docs",
"description": "List Mana product and API documents available to agents.",
"inputSchema": {
"type": "object",
"properties": {
"include_urls": {
"type": "boolean",
"default": true
}
},
"additionalProperties": false
},
"annotations": {}
}// Use the canonical entry point - navigator.modelContext is deprecated.
document.modelContext.provideContext({ tools: [/* ... */] });list_mana_agent_docs: 1 parameter has no description (include_urls); get_mana_agent_doc: 1 parameter has no description (doc){
name: "list_mana_agent_docs",
inputSchema: {
type: "object",
properties: {
query: { type: "string", description: "What to search for" }
},
required: ["query"]
}
}list_mana_agent_docs, get_mana_agent_doc{
name: "list_mana_agent_docs",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}duplicate tool name registered: list_mana_agent_docstry {
document.modelContext.provideContext({ tools: [/* ... */] });
} catch (err) {
console.error("WebMCP registration failed", err);
}document.modelContext.dispatchEvent(new Event("toolchange"));list_mana_agent_docs, get_mana_agent_doc<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="list_mana_agent_docs" tooldescription="...">
<!-- the same action, as UI -->
</form>