9 tools registered. Strongest in usefulness, weakest in human experience.
No agent run recorded yet.
get_business_info, get_service_catalog, get_faqs, get_contact_channels, calculate_service_price{
name: "get_business_info",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}get_business_info, get_service_catalog, get_faqs, get_contact_channels, calculate_service_price<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="get_business_info" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "get_business_info",
"description": "Obtains NEKTRONIC general business information: name, description, location, operating hours, contact channels, and social media links.",
"inputSchema": {
"type": "object",
"properties": {},
"required": []
},
"annotations": {}
}get_service_catalog: 1 parameter description is over Chrome's 150-character guidance; share_site: declares no required list, so an agent cannot tell which parameters are mandatory{
name: "get_service_catalog",
inputSchema: {
type: "object",
properties: {
query: { type: "string", description: "What to search for" }
},
required: ["query"]
}
}get_business_info, get_service_catalog, get_faqs, get_contact_channels, calculate_service_price{
name: "get_business_info",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}get_contact_channels: message, email{ name: "get_contact_channels", annotations: { untrustedContentHint: true } }document.modelContext.dispatchEvent(new Event("toolchange"));get_business_info, get_service_catalog, get_faqs, get_contact_channels, calculate_service_price<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="get_business_info" tooldescription="...">
<!-- the same action, as UI -->
</form>