get-scan-details
Retrieve comprehensive details about a specific scan using the scan ID to analyze network security and results through the Nmap MCP Server.
Instructions
Get detailed information about a specific scan
Input Schema
Name | Required | Description | Default |
---|---|---|---|
scan_id | Yes | ID of the scan to retrieve |
Input Schema (JSON Schema)
{
"properties": {
"scan_id": {
"description": "ID of the scan to retrieve",
"type": "string"
}
},
"required": [
"scan_id"
],
"type": "object"
}