action cycat_get_parent { label: "get_parent" description: "Get parent UUID(s) from a specified project or item UUID." provider: cycat method: GET path: "/parent/{uuid}" encoding: json output: { type: "object" additionalProperties: true } }