4 tools registered. Strongest in WebMCP use, weakest in human experience.
No agent run recorded yet.
get_company_info: profile, customer{ name: "get_company_info", annotations: { untrustedContentHint: true } }get_company_info, navigate_to_solution, book_discovery_call, submit_inquiry<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="get_company_info" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "get_company_info",
"description": "Returns structured information about Node8 — what the company does, its three-step service model, ideal customer profile, and technology partners. Use this first to understand if Node8 is a fit.",
"inputSchema": {
"type": "object",
"properties": {}
},
"annotations": {
"readOnlyHint": true
}
}navigate_to_solution, book_discovery_call, submit_inquiry{
name: "navigate_to_solution",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}get_company_info: profile, customer{ name: "get_company_info", annotations: { untrustedContentHint: true } }document.modelContext.dispatchEvent(new Event("toolchange"));{ name: "navigate_to_solution" /* short, unique, verb-based */ }get_company_info, navigate_to_solution, book_discovery_call, submit_inquiry<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="get_company_info" tooldescription="...">
<!-- the same action, as UI -->
</form>