2 tools registered. Strongest in usefulness, weakest in human experience.
No agent run recorded yet.
list_public_catalog<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="list_public_catalog" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "list_public_catalog",
"description": "Return the public Ellelion catalog from /api/v1/catalog. Read-only. No auth.",
"inputSchema": {
"type": "object",
"properties": {}
},
"annotations": {
"readOnlyHint": true
}
}document.modelContext.dispatchEvent(new Event("toolchange"));list_public_catalog<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="list_public_catalog" tooldescription="...">
<!-- the same action, as UI -->
</form>