One tool registered. Strongest in usefulness, weakest in human experience.
No agent run recorded yet.
get_tanso_info{
name: "get_tanso_info",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}get_tanso_info<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="get_tanso_info" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "get_tanso_info",
"description": "Get information about Tanso products, pricing, and developer resources",
"inputSchema": {
"type": "object",
"properties": {
"topic": {
"type": "string",
"enum": [
"products",
"pricing",
"api",
"mcp",
"auth"
],
"description": "What information to retrieve"
}
},
"required": [
"topic"
]
},
"annotations": {}
}get_tanso_info{
name: "get_tanso_info",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}document.modelContext.dispatchEvent(new Event("toolchange"));get_tanso_info<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="get_tanso_info" tooldescription="...">
<!-- the same action, as UI -->
</form>