action jellyfin_get_notification_services { label: "Gets notification services." provider: jellyfin method: GET path: "/Notifications/Services" encoding: json output: { type: "array" items: { type: "object" properties: { Id: { type: "string" description: "Gets or sets the identifier." } Name: { type: "string" description: "Gets or sets the name." } } additionalProperties: false } } }