search_agendas
ActiveTool of Openagenda
declared in 0.1.0
Find OpenAgenda agendas (event calendars) by keyword — e.g. a city, venue, festival or organisation name. Returns agenda uid + slug + title. Pass the uid to the events tool. Most agendas are French.
Parameters schema
{
"type": "object",
"required": [
"query"
],
"properties": {
"size": {
"type": "number",
"description": "How many agendas to return (1-20, default 10)."
},
"query": {
"type": "string",
"description": "Search text, e.g. \"Nantes\", \"festival jazz\", \"musée\"."
},
"official_only": {
"type": "boolean",
"description": "If true, only official (verified) agendas."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Openagenda
https://github.com/pipeworx-io/mcp-openagenda
1/7 registries