graph_report
Generate a structured Markdown overview of a FastAPI project—stats, routes, auth, and audit findings—to quickly grasp an unfamiliar codebase. Optionally save the report for later reference.
Instructions
A concise Markdown overview of the project: stats, routes with their auth, hubs and audit findings. Good first call to understand an unfamiliar FastAPI codebase. With save=True the report is also written to /.fastapi-architect/GRAPH_REPORT.md.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| save | No | ||
| project_root | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |