action crucible_get_uncompleted_reviewers { label: "getUncompletedReviewers" description: "Gets a list of reviewers that have not completed the review." provider: crucible method: GET path: "/rest-service/reviews-v1/{id}/reviewers/uncompleted" encoding: json output: { type: "object" additionalProperties: true } }