get_page_summary
Summarize a FlutterFlow page's widget tree, actions, parameters, and state from local cache. Resolves component references to enable detailed inspection.
Instructions
Get a readable summary of a FlutterFlow page from local cache — widget tree, actions, params, state. Component references are resolved to show [ComponentName] (ComponentId) instead of plain Container. Use the ComponentId with get_component_summary to drill into a component. No API calls. Run sync_project first if not cached.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageName | No | Human-readable page name (e.g. 'PaywallPage'). Case-insensitive. Provide either pageName or scaffoldId. | |
| projectId | Yes | The FlutterFlow project ID | |
| scaffoldId | No | Scaffold ID (e.g. 'Scaffold_tydsj8ql'). Provide either pageName or scaffoldId. |