run_language_tool
Execute language-specific development tools like pytest or cargo-clippy and receive results with issue analysis, helping identify problems in code.
Instructions
Execute a specific development tool and return results with issue analysis
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Additional command-line arguments for the tool (optional) | |
| timeout | No | Timeout in milliseconds (default: 120000) | |
| language | Yes | Language context for the tool | |
| tool_name | Yes | Name of the tool to run (e.g., pytest, cargo-clippy, maven) |