action crucible_get_project { label: "getProject" description: "Returns a project description." provider: crucible method: GET path: "/rest-service/projects-v1/{key}" encoding: json input: { type: "object" properties: { excludeAllowedReviewers: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }