events
ActiveTool of Openagenda
List events from one OpenAgenda agenda (get its uid from search_agendas). Defaults to upcoming events. Optionally filter by keyword and date window. Returns title, dates, venue, coordinates and keywords (English where available, else French).
Parameters schema
{
"type": "object",
"required": [
"agenda_uid"
],
"properties": {
"to": {
"type": "string",
"description": "Latest event date YYYY-MM-DD."
},
"from": {
"type": "string",
"description": "Earliest event date YYYY-MM-DD (default: today, upcoming only)."
},
"size": {
"type": "number",
"description": "Max events to return (1-50, default 20)."
},
"query": {
"type": "string",
"description": "Keyword filter over the agenda’s events."
},
"agenda_uid": {
"type": "string",
"description": "Agenda uid from search_agendas, e.g. \"6008621\"."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Openagenda
https://github.com/pipeworx-io/mcp-openagenda
1/7 registries