action jellyfin_get_parent_path { label: "Gets the parent path of a given path." provider: jellyfin method: GET path: "/Environment/ParentPath" encoding: json input: { type: "object" properties: { path: { type: "string" description: "The path." } } required: ["path"] additionalProperties: false } output: { type: "string" } }