action hubhopper_get_categories { label: "get_categories" description: "Get the list of all content categories." provider: hubhopper method: GET path: "/categories" encoding: json input: { type: "object" properties: { page: { type: "string" } pageSize: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }