search_program
Search for Danish TV programmes by title across channels for a given date using case-insensitive substring matching.
Instructions
Search for Danish TV programmes by title across one or more channels for a given date. The search is case-insensitive and matches any substring of the programme title. Use this to find 'Klovn', 'Nyhederne', a sports event, or any specific show.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Substring to search for in programme titles (case-insensitive). | |
| channels | No | Optional list of channel names or ids to search. Defaults to the configured default channel set. | |
| date | No | Date to search in YYYY-MM-DD format. Defaults to today (Copenhagen). |