create_comment
Add comments to bug submissions via the BugcrowdMCP server, enabling structured feedback and collaboration within bug bounty programs through the Bugcrowd API.
Instructions
Create a new comment on a submission.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
data | Yes |
Input Schema (JSON Schema)
{
"properties": {
"data": {
"additionalProperties": true,
"title": "Data",
"type": "object"
}
},
"required": [
"data"
],
"title": "create_commentArguments",
"type": "object"
}