analyze_codebase
Analyze codebases and files to extract code elements and calculate documentation coverage for TypeScript, JavaScript, and Python projects.
Instructions
Analyze a codebase or file to extract code elements and calculate documentation coverage. Supports TypeScript, JavaScript, and Python.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | No | Path to file or directory to analyze |
Input Schema (JSON Schema)
{
"properties": {
"path": {
"description": "Path to file or directory to analyze",
"type": "string"
}
},
"type": "object"
}