{"protocolVersion":"1.0","name":"tv-schedule-intel","description":"Real-time TV schedule, show data, and episode info powered by TVMaze. Useful for content agents, social bots, and entertainment recommendations.","url":"https://gleaming-gratitude-production.up.railway.app/","supportedInterfaces":[{"url":"https://gleaming-gratitude-production.up.railway.app/","protocolBinding":"HTTP+JSON"}],"version":"1.0.0","capabilities":{"streaming":false,"pushNotifications":false,"stateTransitionHistory":true},"defaultInputModes":["application/json"],"defaultOutputModes":["application/json","text/plain"],"skills":[{"id":"overview","name":"overview","description":"Free overview of today's US TV schedule - try before you buy","inputModes":["application/json"],"outputModes":["application/json","text/plain"],"streaming":false,"x_input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{},"additionalProperties":false}},{"id":"search","name":"search","description":"Search for TV shows by name","inputModes":["application/json"],"outputModes":["application/json","text/plain"],"streaming":false,"x_input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"query":{"type":"string","description":"Show name to search for"},"limit":{"default":10,"description":"Max results to return","type":"number"}},"required":["query","limit"],"additionalProperties":false}},{"id":"show-details","name":"show-details","description":"Get detailed info about a specific show by ID","inputModes":["application/json"],"outputModes":["application/json","text/plain"],"streaming":false,"x_input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"showId":{"type":"number","description":"TVMaze show ID"}},"required":["showId"],"additionalProperties":false}},{"id":"episodes","name":"episodes","description":"Get full episode list for a show","inputModes":["application/json"],"outputModes":["application/json","text/plain"],"streaming":false,"x_input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"showId":{"type":"number","description":"TVMaze show ID"},"season":{"description":"Filter by season number","type":"number"}},"required":["showId"],"additionalProperties":false}},{"id":"schedule","name":"schedule","description":"Get TV schedule for a specific date and country","inputModes":["application/json"],"outputModes":["application/json","text/plain"],"streaming":false,"x_input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"date":{"description":"Date in YYYY-MM-DD format (defaults to today)","type":"string"},"country":{"default":"US","description":"Country code (US, GB, AU, etc.)","type":"string"},"limit":{"default":50,"description":"Max results","type":"number"}},"required":["country","limit"],"additionalProperties":false}},{"id":"compare","name":"compare","description":"Compare multiple shows side by side","inputModes":["application/json"],"outputModes":["application/json","text/plain"],"streaming":false,"x_input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"showIds":{"minItems":2,"maxItems":5,"type":"array","items":{"type":"number"},"description":"Array of TVMaze show IDs to compare"}},"required":["showIds"],"additionalProperties":false}},{"id":"analytics","name":"analytics","description":"Payment analytics summary","inputModes":["application/json"],"outputModes":["application/json","text/plain"],"streaming":false,"x_input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"windowMs":{"description":"Time window in ms","type":"number"}},"additionalProperties":false}},{"id":"analytics-transactions","name":"analytics-transactions","description":"Recent payment transactions","inputModes":["application/json"],"outputModes":["application/json","text/plain"],"streaming":false,"x_input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"windowMs":{"type":"number"},"limit":{"default":50,"type":"number"}},"required":["limit"],"additionalProperties":false}},{"id":"analytics-csv","name":"analytics-csv","description":"Export payment data as CSV","inputModes":["application/json"],"outputModes":["application/json","text/plain"],"streaming":false,"x_input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"windowMs":{"type":"number"}},"additionalProperties":false}}],"supportsAuthenticatedExtendedCard":false,"entrypoints":{"overview":{"description":"Free overview of today's US TV schedule - try before you buy","streaming":false,"input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{},"additionalProperties":false}},"search":{"description":"Search for TV shows by name","streaming":false,"input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"query":{"type":"string","description":"Show name to search for"},"limit":{"default":10,"description":"Max results to return","type":"number"}},"required":["query","limit"],"additionalProperties":false}},"show-details":{"description":"Get detailed info about a specific show by ID","streaming":false,"input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"showId":{"type":"number","description":"TVMaze show ID"}},"required":["showId"],"additionalProperties":false}},"episodes":{"description":"Get full episode list for a show","streaming":false,"input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"showId":{"type":"number","description":"TVMaze show ID"},"season":{"description":"Filter by season number","type":"number"}},"required":["showId"],"additionalProperties":false}},"schedule":{"description":"Get TV schedule for a specific date and country","streaming":false,"input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"date":{"description":"Date in YYYY-MM-DD format (defaults to today)","type":"string"},"country":{"default":"US","description":"Country code (US, GB, AU, etc.)","type":"string"},"limit":{"default":50,"description":"Max results","type":"number"}},"required":["country","limit"],"additionalProperties":false}},"compare":{"description":"Compare multiple shows side by side","streaming":false,"input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"showIds":{"minItems":2,"maxItems":5,"type":"array","items":{"type":"number"},"description":"Array of TVMaze show IDs to compare"}},"required":["showIds"],"additionalProperties":false}},"analytics":{"description":"Payment analytics summary","streaming":false,"input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"windowMs":{"description":"Time window in ms","type":"number"}},"additionalProperties":false}},"analytics-transactions":{"description":"Recent payment transactions","streaming":false,"input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"windowMs":{"type":"number"},"limit":{"default":50,"type":"number"}},"required":["limit"],"additionalProperties":false}},"analytics-csv":{"description":"Export payment data as CSV","streaming":false,"input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"windowMs":{"type":"number"}},"additionalProperties":false}}},"payments":[{"method":"x402","payee":"0x0C3D21e8835990427405F6FeA649f1fb8CB30ED6","network":"base","endpoint":"https://facilitator.daydreams.systems","extensions":{"x402":{"facilitatorUrl":"https://facilitator.daydreams.systems"}}}]}