get_component_summary
Retrieve a readable summary of a FlutterFlow component from local cache: widget tree, actions, params, with nested component refs resolved. No API calls.
Instructions
Get a readable summary of a FlutterFlow component from local cache — widget tree, actions, params. Nested component references are resolved to show [ComponentName] (ComponentId). No API calls. Run sync_project first if not cached.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | The FlutterFlow project ID | |
| componentId | No | Container ID (e.g. 'Container_ffzg5wc5'). Provide either componentName or componentId. | |
| componentName | No | Human-readable component name (e.g. 'PremuimContentWall'). Case-insensitive. Provide either componentName or componentId. |