scrapeer_get_block_catalog
Discover available flow block types and their config schemas before creating or updating flows to avoid validation errors.
Instructions
List the block types available for use in flows, with their custom-field schemas. USE THIS TOOL WHEN: you are about to create or modify a flow and need to know which block types exist, what their type strings are (e.g. clickElement, extractText), and what config fields each block accepts. ALWAYS call this BEFORE scrapeer_create_flow, scrapeer_update_flow, or scrapeer_patch_flow - guessing block types or config keys leads to validation failures. DO NOT USE: to read an existing flow's blocks (use scrapeer_get_flow).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||