search_events_by_keyword
Full-text search for events by keyword. Returns matching events with id, title, category, dates, and URL from Indico.
Instructions
Full-text search for events matching a keyword.
Uses the Indico search API if available, otherwise falls back to the legacy title-search export endpoint. Returns matching events with id, title, category, dates, and URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keyword | Yes | Search term. | |
| limit | No | Maximum results to return (default 20). | |
| instance | No | Named Indico instance to query. Use only configured names. If omitted, the server default instance is used. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |