action jellyfin_get_localization_options { label: "Gets localization options." provider: jellyfin method: GET path: "/Localization/Options" encoding: json output: { type: "array" items: { type: "object" properties: { Name: { type: "string" } Value: { type: "string" } } additionalProperties: false } } }