Perforce · Capability
Perforce Code Review and Collaboration
Unified workflow for code review, commenting, and project management using Helix Swarm. Designed for development teams managing code review workflows integrated with Helix Core version control.
What You Can Do
GET
List reviews
— List code reviews
/v1/reviews
POST
Create review
— Create a new code review
/v1/reviews
GET
Get review
— Get review details
/v1/reviews/{id}
GET
List comments
— List comments
/v1/comments
GET
List projects
— List projects
/v1/projects
GET
List activity
— List activity entries
/v1/activity
MCP Tools
list-reviews
List code reviews in Helix Swarm
read-only
get-review
Get details of a specific code review
read-only
create-review
Create a new code review from a changelist
update-review
Update a review description or author
transition-review-state
Transition a review to a new state (approve, reject, etc.)
list-comments
List comments on reviews and changelists
read-only
create-comment
Add a comment to a review or changelist
list-projects
List Swarm projects
read-only
get-project
Get details of a specific Swarm project
read-only
delete-project
Delete a Swarm project
list-activity
List activity stream entries
read-only
get-version
Get Swarm server version information
read-only
APIs Used
helix-swarm