parse_tool_output
Parse raw security tool output from nmap, nuclei, or gobuster into structured JSON for easier analysis. Converts text locally with no backend calls.
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 |