action thetvdb_get_languages_id { label: "get_languages_id" description: "Information about a particular language, given the language ID." provider: thetvdb method: GET path: "/languages/{id}" encoding: json output: { type: "object" additionalProperties: true } }