create_team
Generate a new team within an organization using BugcrowdMCP server. Simplify team creation with structured inputs for efficient bug bounty program management.
Instructions
Create a new team within an organization.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
data | Yes |
Input Schema (JSON Schema)
{
"properties": {
"data": {
"additionalProperties": true,
"title": "Data",
"type": "object"
}
},
"required": [
"data"
],
"title": "create_teamArguments",
"type": "object"
}