One tool registered. Strongest in usefulness, weakest in human experience.
No agent run recorded yet.
get_service_overview<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="get_service_overview" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "get_service_overview",
"description": "Explains what this workout service does and what tools become available after sign-in. Call it to decide whether this site can help with the person's request.",
"inputSchema": {
"type": "object",
"properties": {}
},
"annotations": {
"readOnlyHint": true,
"idempotentHint": true
}
}document.modelContext.dispatchEvent(new Event("toolchange"));get_service_overview<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="get_service_overview" tooldescription="...">
<!-- the same action, as UI -->
</form>