get_customer_assets
Retrieve all in-scope customer assets for security testing using query parameters. Enhances interaction with Bugcrowd API via high-performance Model Context Protocol server.
Instructions
List all customer assets that are in scope for security testing.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query_params | No |
Input Schema (JSON Schema)
{
"properties": {
"query_params": {
"default": "",
"title": "Query Params",
"type": "string"
}
},
"title": "get_customer_assetsArguments",
"type": "object"
}