get_engagements
Retrieve a list of all engagements using the Bugcrowd API via the high-performance Model Context Protocol server, enabling efficient bug bounty program management and reporting.
Instructions
List all engagements.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query_params | No |
Input Schema (JSON Schema)
{
"properties": {
"query_params": {
"default": "",
"title": "Query Params",
"type": "string"
}
},
"title": "get_engagementsArguments",
"type": "object"
}