4 tools registered. Strongest in WebMCP use, weakest in human experience.
No agent run recorded yet.
{ name: "define_term" /* short, unique, verb-based */ }define_term, list_terms, list_agentic_browsers, get_browser{
name: "define_term",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}define_term, list_terms, list_agentic_browsers, get_browser<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="define_term" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "define_term",
"description": "Look up the canonical definition of a term from the No Hacks glossary of AI and AXO (Agent Experience Optimization) terminology. Use list_terms first to see what is available. Handles short acronyms (e.g. \"AXO\", \"MCP\") and full names (e.g. \"Agent Experience Optimization\", \"Model Context Protocol\"). Case-insensitive.",
"inputSchema": {
"type": "object",
"properties": {
"term": {
"type": "string",
"description": "The glossary term to look up. Match by short acronym (e.g. \"AXO\") or full name (e.g. \"Agent Experience Optimization\"). Case-insensitive."
}
},
"required": [
"term"
]
},
"annotations": {}
}define_term, list_terms, list_agentic_browsers, get_browser{
name: "define_term",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}document.modelContext.dispatchEvent(new Event("toolchange"));{ name: "define_term" /* short, unique, verb-based */ }define_term, list_terms, list_agentic_browsers, get_browser<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="define_term" tooldescription="...">
<!-- the same action, as UI -->
</form>