create_widget
Create a widget on a Redash dashboard with specified width and optional visualization or text content.
Instructions
Create a new widget on a dashboard
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Text content for text widgets | |
| width | Yes | Width of the widget (1-6) | |
| options | No | Widget options | |
| position | No | ||
| 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) |