action jellyfin_get_guide_info { label: "Get guid info." provider: jellyfin method: GET path: "/LiveTv/GuideInfo" encoding: json output: { type: "object" properties: { EndDate: { type: "string" format: "date-time" description: "Gets or sets the end date." } StartDate: { type: "string" format: "date-time" description: "Gets or sets the start date." } } additionalProperties: false } }