8 tools registered. Strongest in usefulness, weakest in human experience.
No agent run recorded yet.
get_company_info, list_products, get_product_details, list_industries, get_legal_framework{
name: "get_company_info",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}get_company_info, list_products, get_product_details, list_industries, get_legal_framework<!-- 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 Identik company overview: name, description, location, products, certifications, technology partner, and integration options.",
"inputSchema": {
"type": "object",
"properties": {}
},
"annotations": {}
}get_company_info, list_products, get_product_details, list_industries, get_legal_framework{
name: "get_company_info",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}document.modelContext.dispatchEvent(new Event("toolchange"));{ name: "contact_company" /* short, unique, verb-based */ }get_company_info, list_products, get_product_details, list_industries, get_legal_framework<!-- 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>