axom_mcp_analyze
Analyze code and data to troubleshoot issues, review quality, audit security, suggest refactoring, or assess test coverage with configurable depth and focus areas.
Instructions
Analyze code and data with configurable depth and scope.
Analysis Types:
debug: Troubleshoot issues, investigate errors, diagnose problems
review: Code review, quality assessment, best practices
audit: Security audit, compliance check, vulnerability scan
refactor: Refactoring suggestions, code improvement recommendations
test: Test coverage analysis, test generation suggestions
Focus Areas:
security: Security vulnerabilities, injection risks, auth issues
performance: Performance bottlenecks, optimization opportunities
architecture: Architectural patterns, design issues
maintainability: Code smell, complexity, documentation
Depth Levels:
minimal: Quick scan, critical issues only
low: Basic analysis, obvious issues
medium: Standard analysis (default)
high: Deep analysis, all issues
max: Exhaustive analysis, edge cases
Chain Support: Use chain parameter to automatically act on analysis results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Analysis type | |
| target | Yes | File path or code to analyze | |
| focus | No | Focus area (e.g., security, performance) | |
| depth | No | Analysis depth level | |
| output_format | No | Output format preference | |
| chain | No | Chain operations based on results |