action jellyfin_get_content_directory_2 { label: "Gets Dlna content directory xml." provider: jellyfin method: GET path: "/Dlna/{serverId}/ContentDirectory/ContentDirectory" encoding: json input: { type: "object" properties: { serverId: { type: "string" description: "Server UUID." } } required: ["serverId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }