action jellyfin_get_log_file { label: "Gets a log file." provider: jellyfin method: GET path: "/System/Logs/Log" encoding: json input: { type: "object" properties: { name: { type: "string" description: "The name of the log file to get." } } required: ["name"] additionalProperties: false } output: { type: "object" additionalProperties: true } }