action crucible_get_reviewers { label: "getReviewers" description: "Get a list of reviewers in the review given by the permaid id." provider: crucible method: GET path: "/rest-service/reviews-v1/{id}/reviewers" encoding: json output: { type: "object" additionalProperties: true } }