action crucible_get_all_projects { label: "getAllProjects" description: "Get the list of projects that the authenticated user is entitled to access." provider: crucible method: GET path: "/rest-service/projects-v1" encoding: json input: { type: "object" properties: { excludeAllowedReviewers: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }