add_card_to_dashboard
Add an existing card to a dashboard, specifying its row, column, width, and height.
Instructions
Add an existing card to a dashboard.
Args: dashboard_id: ID of the dashboard card_id: ID of the card to add row: Row position (default: 0) col: Column position (default: 0, max: 17) size_x: Width in grid units (default: 8, max: 18) size_y: Height in grid units (default: 6)
Returns: Success message with dashcard details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dashboard_id | Yes | ||
| card_id | Yes | ||
| row | No | ||
| col | No | ||
| size_x | No | ||
| size_y | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |