action jellyfin_get_first_user { label: "Gets the first user." provider: jellyfin method: GET path: "/Startup/User" encoding: json output: { type: "object" description: "The startup user DTO." properties: { Name: { type: "string" description: "Gets or sets the username." } Password: { type: "string" description: "Gets or sets the user's password." } } additionalProperties: false } }