One tool registered. Strongest in usefulness, weakest in human experience.
No agent run recorded yet.
find_lago_developer_resource<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="find_lago_developer_resource" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "find_lago_developer_resource",
"description": "Find the public Lago API, authentication, webhook, OpenAPI, or MCP documentation for a technical topic.",
"inputSchema": {
"type": "object",
"properties": {
"topic": {
"type": "string",
"description": "A concise Lago integration topic."
}
},
"required": [
"topic"
],
"additionalProperties": false
},
"annotations": {
"readOnlyHint": true,
"untrustedContentHint": false
}
}document.modelContext.dispatchEvent(new Event("toolchange"));find_lago_developer_resource<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="find_lago_developer_resource" tooldescription="...">
<!-- the same action, as UI -->
</form>