action jellyfin_get_default_directory_browser { label: "Get Default directory browser." provider: jellyfin method: GET path: "/Environment/DefaultDirectoryBrowser" encoding: json output: { type: "object" description: "Default directory browser info." properties: { Path: { type: "string" description: "Gets or sets the path." } } additionalProperties: false } }