Bitbucket Server MCP

add_comment

Facilitates adding comments to Bitbucket Server pull requests by specifying repository, PR ID, and comment text. Supports replies by including a parent comment ID.

Instructions

Add a comment to a pull request

Input Schema

NameRequiredDescriptionDefault
parentIdNoParent comment ID for replies
prIdYesPull request ID
projectNoBitbucket project key
repositoryYesRepository slug
textYesComment text

Input Schema (JSON Schema)

{ "properties": { "parentId": { "description": "Parent comment ID for replies", "type": "number" }, "prId": { "description": "Pull request ID", "type": "number" }, "project": { "description": "Bitbucket project key", "type": "string" }, "repository": { "description": "Repository slug", "type": "string" }, "text": { "description": "Comment text", "type": "string" } }, "required": [ "repository", "prId", "text" ], "type": "object" }

You must be authenticated.

Other Tools from Bitbucket Server MCP

Related Tools

ID: jskr5c1zq3