Skip to main content
This page documents the public pullfrog MCP tools available to agents running in Pullfrog.
Internal runtime helpers are intentionally excluded from this page.
ToolWhat it does
Pull requests
checkout_prChecks out a PR branch locally and returns a formatted diff.
create_pull_requestCreates a pull request from the current branch.
get_pull_requestGets PR metadata: title, state, branches, labels, and linked issues.
Code reviews
list_pull_request_reviewsLists all reviews on a pull request.
get_review_commentsGets full review thread context.
create_pull_request_reviewSubmits a review with optional inline comments and suggestions.
reply_to_review_commentReplies to a review comment thread.
resolve_review_threadMarks a review thread as resolved.
Issues and labels
create_issueCreates a new issue with optional labels and assignees.
get_issueGets issue metadata and current state.
get_issue_commentsGets all comments on an issue.
get_issue_eventsGets issue timeline events like cross-references and linked commits.
create_issue_commentAdds a comment to an issue.
edit_issue_commentEdits an existing issue comment.
add_labelsAdds labels to an issue or pull request.
CI
get_check_suite_logsGets failed CI logs with extracted errors and relevant excerpts.
Git
gitRuns local git commands (status, diff, add, commit, etc.).
git_fetchFetches from remote.
push_branchPushes a branch (with permission and destination checks).
delete_branchDeletes a remote branch.
push_tagsPushes tags to remote.
get_commit_infoGets commit metadata and a formatted diff.
Utilities
upload_fileUploads a local file and returns a permanent public URL.
set_outputSets the GitHub Action result output for downstream workflow steps.