get_diagrams
Generate Mermaid diagrams for an indexed repository including class diagrams, dependency graphs, module views, language distribution, and sequence diagrams. Repository must be indexed first.
Instructions
Generate Mermaid diagrams for an indexed repository. Supports class diagrams, dependency graphs, module overviews, language distribution pie charts, and sequence diagrams.
Requires: index_repository must be called first.
Example: {"repo_path": "/path/to/repo", "diagram_type": "class"}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | Yes | Path to the indexed repository | |
| diagram_type | No | Type of diagram to generate (default: class) | |
| entry_point | No | Entry point function name (required for sequence diagrams) |