get_data_models
Retrieve structs, enums, Firestore collections, and Supabase tables from the local cache. No API calls required; run sync_project first to ensure data is cached.
Instructions
Get data structs, enums, Firestore collections, and Supabase tables from local cache. No API calls. Run sync_project first if not cached.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Case-insensitive filter by identifier name. | |
| type | No | Filter by model type: structs, enums, collections, supabase, or all (default). | all |
| projectId | Yes | The FlutterFlow project ID |