scrapeer_get_flow
Get details of a specific scraping flow by ID or name, including its blocks, selectors, and metadata. Use this to inspect or debug known flows before execution.
Instructions
Get details about a specific scraping flow - its blocks (with full config, selectors, and variables), edges, and metadata. Accepts either a flow ID (UUID) or a flow name. NOTE: Only blocks reachable from the Start block are returned. Orphaned/disconnected blocks on the canvas are pruned. USE THIS TOOL WHEN: you know which flow you want details about (by name or ID), you need to inspect selectors or block config, or you're debugging a flow. DO NOT USE: to list all flows (use scrapeer_list_flows).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flow | Yes | The flow ID (UUID) or flow name. If a name is provided, it will be resolved to an ID. If multiple flows match the name, all matches are returned so the user can choose. |