action cpy_get_categories { label: "List available video categories" provider: cpy method: GET path: "/api/v1/videos/categories" encoding: json output: { type: "array" items: { type: "string" } } }