get_custom_code
Retrieve custom actions, functions, widgets, AI agents, app action components, and custom files from local cache, with signatures and optional Dart source code. No API calls.
Instructions
Get custom actions, functions, widgets, AI agents, app action components, and custom files from local cache — signatures, arguments, return types, and optionally Dart source code. No API calls. Run sync_project first if not cached.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Case-insensitive filter on identifier name | |
| type | No | Type of custom code to retrieve | all |
| projectId | Yes | The FlutterFlow project ID | |
| includeCode | No | Include Dart source code in output |