logical_argument_analyzer
Assess an argument's structure, validity, strength, and fallacies in a single analysis. Returns a markdown report with optional recommendations to improve the argument.
Instructions
Assess a natural-language argument for structure, validity, strength, and fallacies. Returns a markdown analysis; 'comprehensive' (default) runs all four plus optional improvement recommendations. Use this for overall argument quality; to only flag and name fallacies use logical_fallacy_detector.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| argument | Yes | The argument to analyze | |
| analysisType | No | Type of analysis to perform | comprehensive |
| includeRecommendations | No | Include recommendations for improving the argument |