flex_account_info
Extract account metadata from a Flex XML report, returning a JSON array of account info objects per statement. Turns raw XML into structured data for account analysis.
Instructions
Extract account metadata from a Flex XML report.
Args: xml_content: Raw Flex XML string (from flex_run_query or flex_get_statement).
Returns JSON array of account info objects, one per FlexStatement in the report.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| xml_content | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |