get_tv_schedule
ActiveTool of Movies
declared in 0.1.0
Check what's broadcasting on a specific date and country (e.g., 'US', 'GB'). Returns shows, times, and channels.
Parameters schema
{
"type": "object",
"examples": [
{
"country": "US"
},
{
"date": "2024-01-15",
"country": "GB"
}
],
"properties": {
"date": {
"type": "string",
"description": "Date in YYYY-MM-DD format (default: today)"
},
"country": {
"type": "string",
"description": "ISO 3166-1 alpha-2 country code (default \"US\")"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Movies
https://github.com/pipeworx-io/mcp-movies
1/7 registries