docs_analyze_project
Analyze project structure and code to extract classes, functions, and documentation coverage for generating comprehensive documentation.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Path to the project directory to analyze | |
| language | No | Primary programming language (typescript, javascript, python, go, etc.) | |
| deep | No | Enable deep code analysis using language-specific AST parsers (default: true) |