tv_airing_today
Find TV shows currently airing today to get timely viewing recommendations and discover what's on television right now.
Instructions
Retrieves TV series airing today. Input: page (optional), language (optional ISO 639-1), timezone (optional). Output: JSON with paginated results. Purpose: Discover TV shows currently airing for timely recommendations by AI agents.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
language | No | ||
page | No | ||
timezone | No |
Input Schema (JSON Schema)
{
"properties": {
"language": {
"type": "string"
},
"page": {
"minimum": 1,
"type": "number"
},
"timezone": {
"type": "string"
}
},
"type": "object"
}