action tvmaze_get_user_follows_shows_show_id { label: "Check if a show is followed" provider: tvmaze method: GET path: "/user/follows/shows/{show_id}" encoding: json output: { type: "object" properties: { _embedded: { type: "object" properties: { show: { type: "object" } } } show_id: { type: "integer" } } } }