create_access_invitation
Generate secure access invitations for interacting with Bugcrowd API through MCP server, enabling natural language engagement in bug bounty programs.
Instructions
Create a new access invitation.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
data | Yes |
Input Schema (JSON Schema)
{
"properties": {
"data": {
"additionalProperties": true,
"title": "Data",
"type": "object"
}
},
"required": [
"data"
],
"title": "create_access_invitationArguments",
"type": "object"
}