2 tools registered. Strongest in usefulness, weakest in human experience.
No agent run recorded yet.
get_site_info, filter_listings_by_price<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="get_site_info" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "get_site_info",
"description": "Returns information about danang.kim and its purpose.",
"inputSchema": {
"type": "object",
"properties": {}
},
"annotations": {
"readOnlyHint": true
}
}filter_listings_by_price: listing, user{ name: "filter_listings_by_price", annotations: { untrustedContentHint: true } }document.modelContext.dispatchEvent(new Event("toolchange"));get_site_info, filter_listings_by_price<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="get_site_info" tooldescription="...">
<!-- the same action, as UI -->
</form>