output_formatter
Format and display results in HTML, JSON, tables, or markdown. Add a heading and choose the output format to present data clearly to users.
Instructions
Format and display results to users in HTML, JSON, tables, or other formats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| heading | No | Provide a heading for the output display, such as 'User Results' or 'Analysis Summary'. | Output |
| output_formatted | Yes | Enter the formatted output, such as '<h1>Results</h1><p>Details go here</p>' for HTML or 'key: value' for JSON-like displays. | |
| format | Yes | Select the format for output display, such as 'HTML', 'JSON', 'Table', or 'Markdown'. | auto |