2 tools registered. Strongest in usefulness, weakest in human experience.
No agent run recorded yet.
subscribe_newsletter, find_in_article{
name: "subscribe_newsletter",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}subscribe_newsletter, find_in_article<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="subscribe_newsletter" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "subscribe_newsletter",
"description": "Subscribe an email address to ricmac.org updates via the Jetpack email subscription form on the current page.",
"inputSchema": {
"type": "object",
"properties": {
"email": {
"type": "string",
"description": "Email address to subscribe"
}
},
"required": [
"email"
]
},
"annotations": {}
}subscribe_newsletter, find_in_article{
name: "subscribe_newsletter",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}document.modelContext.dispatchEvent(new Event("toolchange"));subscribe_newsletter, find_in_article<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="subscribe_newsletter" tooldescription="...">
<!-- the same action, as UI -->
</form>