action jellyfin_get_auth_providers { label: "Get all auth providers." provider: jellyfin method: GET path: "/Auth/Providers" 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 } } }