action pendo_get_features { label: "Query features" provider: pendo method: GET path: "/features" encoding: json input: { type: "object" properties: { is_private: { type: "string" } limit: { type: "string" } order_by: { type: "string" } order_dir: { type: "string" } products: { type: "string" } start: { type: "string" } tags: { type: "string" } wanted_by: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }