action thetvdb_get_languages { label: "get_languages" description: "All available languages. These language abbreviations can be used in the `Accept-Language` header for routes that return translation records." provider: thetvdb method: GET path: "/languages" encoding: json output: { type: "object" additionalProperties: true } }