3 tools registered. Strongest in usefulness, weakest in human experience.
No agent run recorded yet.
search_blindpay_docs, book_blindpay_demo, open_blindpay_signup{
name: "search_blindpay_docs",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}search_blindpay_docs, book_blindpay_demo, open_blindpay_signup<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="search_blindpay_docs" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "search_blindpay_docs",
"description": "Search the BlindPay documentation and knowledge base for information on APIs, compliance, payment rails, and integration guides.",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Natural-language query to search for."
}
},
"required": [
"query"
]
},
"annotations": {}
}search_blindpay_docs, book_blindpay_demo, open_blindpay_signup{
name: "search_blindpay_docs",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}document.modelContext.dispatchEvent(new Event("toolchange"));{ name: "open_blindpay_signup" /* short, unique, verb-based */ }search_blindpay_docs, book_blindpay_demo, open_blindpay_signup<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="search_blindpay_docs" tooldescription="...">
<!-- the same action, as UI -->
</form>