get_project_overview
Retrieve aggregate statistics on smart contract types, function visibility, and security findings impact levels. Use this to quickly understand a project's structure and risk profile before diving into details.
Instructions
Gets aggregate statistics about the entire project including contract counts by type, function counts by visibility, and security findings by impact level. Use this as a starting point when exploring an unfamiliar codebase or generating project summaries. Returns counts and distributions, not detailed data. Use list_contracts and run_detectors for details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | Yes | ||
| overview | No | ||
| error_message | No |