create_widget
Add a new widget to a Redash dashboard with a given width, and optional visualization or text content.
Instructions
Create a new widget on a dashboard
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dashboard_id | Yes | ID of the dashboard to add the widget to | |
| visualization_id | No | ID of the visualization to display (optional if text widget) | |
| text | No | Text content for text widgets | |
| width | Yes | Width of the widget (1-6) | |
| options | No | Widget options |