get_customer_asset
Retrieve detailed information about a specific customer asset using Bugcrowd MCP Server, enabling efficient vulnerability management and security research.
Instructions
Get detailed information about a specific customer asset.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | ||
query_params | No |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"title": "Id",
"type": "string"
},
"query_params": {
"default": "",
"title": "Query Params",
"type": "string"
}
},
"required": [
"id"
],
"title": "get_customer_assetArguments",
"type": "object"
}