runAndExtract
Execute terminal commands and extract specific information from their output using natural language prompts to reduce data processing overhead.
Instructions
Execute terminal commands and intelligently extract specific information from their output. Supports cross-platform command execution with security controls.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
extractionPrompt | Yes | Natural language description of what information to extract from the command output. Examples: "Show me the raw output", "Summarize the results", "Extract all error messages", "Find version numbers", "List all files", "Did the command succeed?", "Are there any warnings?" | |
terminalCommand | Yes | Shell command to execute. Must be non-interactive (no user input prompts). Navigation commands (cd, pushd, etc.) are not allowed - use workingDirectory instead. | |
workingDirectory | Yes | Full absolute path where command should be executed (e.g., "C:\Users\username\project", "/home/user/project"). Must be within configured security boundaries. |