2 tools registered. Strongest in tool selection, weakest in shared experience.
{
"name": "find_events",
"description": "Шукає майбутні публічні події AOA (вечірки, концерти, лекції, воркшопи, маркети) у всьому каталозі, а не лише на цій сторінці. Фільтри: місто, категорія, слово з назви. Повертає назву, дату, місце і посилання. Тільки читає дані.",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Слово з назви події."
},
"city": {
"type": "string",
"description": "Місто, напр. Київ."
},
"category": {
"type": "string",
"description": "Slug категорії: party, live_music, workshop, lecture тощо."
}
}
},
"annotations": {
"readOnlyHint": true,
"untrustedContentHint": true
}
}clarity: weak{}