get_scan
Retrieve detailed information for a specific scan by providing its unique scan ID using the intruder-mcp server's dedicated tool.
Instructions
Get details of a specific scan.
Args:
scan_id: The ID of the scan to get
Input Schema
Name | Required | Description | Default |
---|---|---|---|
scan_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"scan_id": {
"title": "Scan Id",
"type": "integer"
}
},
"required": [
"scan_id"
],
"title": "get_scanArguments",
"type": "object"
}