generate_dashboard
Transform tabular data from CSV, JSON, or public URLs into a shareable interactive dashboard with a public 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 |
|---|---|---|---|
| csv | No | Raw CSV text. | |
| data | No | Array of row objects. | |
| title | No | ||
| ai_clean | No | ||
| chart_type | No | ||
| source_url | No | Public Notion / Google Sheets / Salesforce report URL. | |
| ai_recommend | No |