generate_dashboard
Create an interactive dashboard from JSON, CSV, or public URLs (Notion, Google Sheets, Salesforce) and get a shareable URL and embeddable iframe.
Instructions
Turn tabular data into a shareable interactive TableCharts dashboard. Accepts JSON rows, raw CSV, or a public Notion / Google Sheets / Salesforce URL. Returns a dashboard URL and an embeddable iframe.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Array of row objects. | |
| csv | No | Raw CSV text. | |
| source_url | No | Public Notion / Google Sheets / Salesforce report URL. | |
| title | No | ||
| chart_type | No | ||
| ai_clean | No | ||
| ai_recommend | No |