find_events_by_title
Search events by title across an Indico instance to find their category ID and name, revealing where meetings are organized.
Instructions
Search for events by title across the entire Indico instance.
Each result includes category_id and category name, making this the most direct way to discover which category a meeting series belongs to when you know part of the event title but not the category ID.
Example: searching 'AlbaNova ATLAS meeting' returns events whose category field reads 'Stockholm' with category_id=1384, immediately revealing where those meetings live so you can pass that ID to other tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Event title or partial title to search for. | |
| from_date | No | Start date filter, YYYY-MM-DD. | |
| to_date | No | End date filter, YYYY-MM-DD. | |
| limit | No | Maximum results to return (default 10). | |
| 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 |