action pims_fetch_one_category { label: "Get one category by ID" provider: pims method: GET path: "/categories/{category_id}" encoding: json input: { type: "object" properties: { category_id: { type: "string" } } required: ["category_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }