analyze_flow
Fetches and parses a Salesforce flow's metadata to provide a structured breakdown of its trigger, variables, and elements, enabling clear understanding before building a ServiceNow flow.
Instructions
Phase F3: Fetch and parse a Salesforce flow's full metadata. Returns structured breakdown of trigger, variables, and elements. After calling, present the analysis to the user and ask the clarifying questions required for Checkpoint F1. Only call build_flow after user confirms the understanding is correct.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flow_api_name | Yes | Exact Salesforce Flow API name | |
| sn_table | Yes | ServiceNow table this flow will operate on |