get_schedule
ActiveTool of Tvmaze
declared in 0.1.0
What TV shows are airing on a given day in a country. Useful for "what aired last night on UK TV". Returns episode + show records.
Parameters schema
{
"type": "object",
"examples": [
{
"date": "2024-01-15",
"country": "US"
},
{
"country": "GB"
}
],
"required": [],
"properties": {
"date": {
"type": "string",
"description": "YYYY-MM-DD (default today)"
},
"country": {
"type": "string",
"description": "2-letter country code (default \"US\")"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Tvmaze
https://github.com/pipeworx-io/mcp-tvmaze
1/7 registries