generate_card
Convert any content — natural language description, structured data, or a combination — into a valid Adaptive Card v1.6 JSON. Returns cardId for reference in subsequent tool calls.
Instructions
Convert any content — natural language description, structured data, or a combination — into a valid Adaptive Card v1.6 JSON. Returns cardId for reference in subsequent tool calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Natural language description of the card to generate, or paste raw data/text. | |
| data | No | Optional structured data (JSON object or CSV string) to incorporate into the card | |
| host | No | Target host app. Default: generic | |
| theme | No | Theme for styling hints | |
| intent | No | The intent of the card — helps select the best layout pattern | |
| version | No | Target Adaptive Card schema version. Default: "1.6" |