action hubhopper_get_categories_category_id { label: "get_categories_categoryId" description: "Get specific content category." provider: hubhopper method: GET path: "/categories/{categoryId}" encoding: json input: { type: "object" properties: { categoryId: { type: "string" } } required: ["categoryId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }