action hillbillysoftware_tvshowsearch_get { label: "Returns results based on query, Feature not available on free plan, please donate to be able to use this feature." provider: hillbillysoftware method: GET path: "/Magnets/TVShow/{AccessToken}/{TVShow}" encoding: json input: { type: "object" properties: { AccessToken: { type: "string" } TVShow: { type: "string" } } required: ["AccessToken", "TVShow"] additionalProperties: false } output: { type: "object" additionalProperties: true } }