2 tools registered. Strongest in usefulness, weakest in human experience.
No agent run recorded yet.
{ name: "open_bema_episode" /* short, unique, verb-based */ }open_bema_episode{
name: "open_bema_episode",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}open_bema_episode<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="open_bema_episode" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "open_bema_episode",
"description": "Open the human-readable BEMA Podcast Explorer page for a known stable episode slug.",
"inputSchema": {
"type": "object",
"properties": {
"slug": {
"type": "string",
"description": "The stable episode slug returned by BEMA search, such as 74 or -1."
}
},
"required": [
"slug"
]
},
"annotations": {}
}open_bema_episode{
name: "open_bema_episode",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}document.modelContext.dispatchEvent(new Event("toolchange"));{ name: "open_bema_episode" /* short, unique, verb-based */ }open_bema_episode<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="open_bema_episode" tooldescription="...">
<!-- the same action, as UI -->
</form>