get_access_invitations
Retrieve and manage access invitations for Bugcrowd API interactions using the MCP server, enabling efficient handling of bug bounty program access.
Instructions
List all access invitations.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query_params | No |
Input Schema (JSON Schema)
{
"properties": {
"query_params": {
"default": "",
"title": "Query Params",
"type": "string"
}
},
"title": "get_access_invitationsArguments",
"type": "object"
}