data_to_card
Convert JSON, CSV, or key-value data into Adaptive Cards for Teams, Outlook, and other platforms, with auto or specific presentation types like table, chart, or list.
Instructions
Convert structured data (JSON array, CSV, key-value object) into the optimal Adaptive Card presentation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | The data to convert — JSON object, JSON array of objects, or CSV string | |
| presentation | No | Presentation type. "auto" (default) auto-selects | |
| title | No | Title for the card header | |
| host | No | Target host app. Default: generic | |
| templateMode | No | Generate a templated card with ${expression} data binding. Default: false |