scrapeer_create_flow
Creates a new empty scraping automation flow with a given title, returning the flow ID for subsequent block additions.
Instructions
Create a new (empty) flow with the given title. Returns the new flow's ID. Use scrapeer_update_flow or scrapeer_patch_flow afterwards to add blocks. USE THIS TOOL WHEN: the user asks to create a new automation/scraper. DO NOT USE: to overwrite an existing flow's data (use scrapeer_update_flow with the existing flow's ID).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Display name for the new flow. |