get_flow_model
Retrieve flow model data by UID for blocks within flowPage pages, returning component type, parent ID, step parameters, and other model details.
Instructions
Get a flowPage block/model by UID. Use this for blocks inside flowPage type pages (not classic 'page' type). Returns the block's model data including 'use' (component type), 'parentId', 'stepParams', etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | Flow model UID (from 'Copy UID' on a block inside a flowPage) | |
| includeAsyncNode | No | Whether to include async node data (default false) |