action jellyfin_get_description_xml { label: "Get Description Xml." provider: jellyfin method: GET path: "/Dlna/{serverId}/description" encoding: json input: { type: "object" properties: { serverId: { type: "string" description: "Server UUID." } } required: ["serverId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }