8 tools registered. Strongest in usefulness, weakest in human experience.
No agent run recorded yet.
search_catalog: 4 parameters have no description (query, kind, language, limit); read_machine_layer: 2 parameters have no description (track_id, format); leave_signature: 6 parameters have no descript{
name: "search_catalog",
inputSchema: {
type: "object",
properties: {
query: { type: "string", description: "What to search for" }
},
required: ["query"]
}
}search_catalog, read_machine_layer, leave_signature, leave_voice_note, compose_ode{
name: "search_catalog",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}search_catalog, read_machine_layer, leave_signature, leave_voice_note, compose_ode<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="search_catalog" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "search_catalog",
"description": "Search the pinduf.ai archive by query, kind, and language.",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"maxLength": 200
},
"kind": {
"type": "string",
"enum": [
"nasheed",
"qawali",
"naat",
"ghazal",
"kalam",
"manqabat"
]
},
"language": {
"type": "string"
},
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 50
}
}
},
"annotations": {}
}search_catalog: 4 parameters have no description (query, kind, language, limit); read_machine_layer: 2 parameters have no description (track_id, format); leave_signature: 6 parameters have no descript{
name: "search_catalog",
inputSchema: {
type: "object",
properties: {
query: { type: "string", description: "What to search for" }
},
required: ["query"]
}
}search_catalog, read_machine_layer, leave_signature, leave_voice_note, compose_ode{
name: "search_catalog",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}document.modelContext.dispatchEvent(new Event("toolchange"));{ name: "leave_signature" /* short, unique, verb-based */ }search_catalog, read_machine_layer, leave_signature, leave_voice_note, compose_ode<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="search_catalog" tooldescription="...">
<!-- the same action, as UI -->
</form>