action jellyfin_get_fallback_font { label: "Gets a fallback font file." provider: jellyfin method: GET path: "/FallbackFont/Fonts/{name}" encoding: json input: { type: "object" properties: { name: { type: "string" description: "The name of the fallback font file to get." } } required: ["name"] additionalProperties: false } output: { type: "object" additionalProperties: true } }