create_monetary_reward
Generate and assign monetary rewards for bug submissions using the BugcrowdMCP server. Facilitates secure and efficient payout management for bug bounty programs.
Instructions
Create a new monetary reward for 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_monetary_rewardArguments",
"type": "object"
}