parse_tool_output
Convert raw security tool output into structured JSON for easier analysis, with local parsing for nmap, nuclei, and gobuster.
Instructions
Parse raw security tool output into structured JSON.
Takes the raw text output from tools like nmap, nuclei, or gobuster and returns a structured JSON representation for easier analysis. Parsing happens locally — no backend call is made.
Args: output: Raw text output from the tool tool_name: Tool identifier — 'nmap', 'nuclei', 'gobuster', or 'auto' output_format: Format hint — 'xml', 'jsonl', 'text', or 'auto' (default: auto)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output | Yes | ||
| tool_name | Yes | ||
| output_format | No | auto |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |