docs_analyze_project
Analyze project structure and extract classes, functions, and interfaces to generate documentation. Supports multiple languages with deep AST parsing.
Instructions
Analyze project structure and perform deep code analysis to understand the project for documentation generation. Supports TypeScript, JavaScript, Python, Go, and more. Deep analysis extracts classes, functions, interfaces, documentation coverage, and more.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deep | No | Enable deep code analysis using language-specific AST parsers (default: true) | |
| language | No | Primary programming language (typescript, javascript, python, go, etc.) | |
| projectPath | Yes | Path to the project directory to analyze |