analyze_schema
Analyze Apex classes to infer the Salesforce data model, generating SObject definitions, field usage heatmaps, and relationship graphs. Gain schema insights without an org connection.
Instructions
Aggregate and analyze the inferred schema from all Apex classes in the project. Returns SObject definitions, field usage heatmaps, and relationship graphs. Useful for understanding the data model without an org connection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| directory | No | Root directory containing Apex classes (default: ./force-app) | |
| includeHeatmap | No | Include field usage heatmaps in output |