3 tools registered. Strongest in usefulness, weakest in human experience.
No agent run recorded yet.
get_clearlist_info, find_sale_page_url, list_well_known_endpoints{
name: "get_clearlist_info",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}get_clearlist_info, find_sale_page_url, list_well_known_endpoints<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="get_clearlist_info" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "get_clearlist_info",
"description": "Return high-level information about the ClearList platform: what it does, who uses it, and how to authenticate as an agent.",
"inputSchema": {
"type": "object",
"properties": {}
},
"annotations": {}
}find_sale_page_url: registered at 1045.9000000953674ms// Register tools as soon as they're ready, not behind a deferred/async chunk.
document.modelContext.provideContext({ tools: [/* ... */] });get_clearlist_info, find_sale_page_url, list_well_known_endpoints{
name: "get_clearlist_info",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}document.modelContext.dispatchEvent(new Event("toolchange"));get_clearlist_info, find_sale_page_url, list_well_known_endpoints<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="get_clearlist_info" tooldescription="...">
<!-- the same action, as UI -->
</form>