find_component_usages
Find all pages and components referencing a specific component, with parameter pass details. Uses cached project data without API calls; run sync_project first.
Instructions
Find all pages and components where a given component is used, with parameter pass details. Cache-only, no API calls. Run sync_project first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | The FlutterFlow project ID | |
| componentId | No | Container ID (e.g. 'Container_ffzg5wc5'). | |
| componentName | No | Human-readable component name (e.g. 'PremuimContentWall'). Case-insensitive. |