2 tools registered. Strongest in WebMCP use, weakest in human experience.
No agent run recorded yet.
search_mydentify, inspect_mydentify_submission{
name: "search_mydentify",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}search_mydentify, inspect_mydentify_submission<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="search_mydentify" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "search_mydentify",
"description": "Find Mydentify intents and matching products for something a person wants to do.",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "The outcome or product name to search for."
}
},
"required": [
"query"
]
},
"annotations": {}
}search_mydentify, inspect_mydentify_submission{
name: "search_mydentify",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}document.modelContext.dispatchEvent(new Event("toolchange"));{ name: "inspect_mydentify_submission" /* short, unique, verb-based */ }search_mydentify, inspect_mydentify_submission<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="search_mydentify" tooldescription="...">
<!-- the same action, as UI -->
</form>