create_dashboard
Copy an existing dashboard from a Lark Base to create a new one. If no source dashboard is specified, the first available dashboard is copied automatically.
Instructions
Create a new dashboard in a Lark Base by copying an existing one. Note: Lark API does not support creating dashboards from scratch - this copies an existing dashboard. If no source_block_id is provided, it will automatically copy the first available dashboard. Returns the new dashboard ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_token | Yes | Base app token (e.g., "FUVdb7bebaVLeMsKJgJlnsX2gzd") | |
| name | Yes | Dashboard name | |
| source_block_id | No | Optional: Block ID of existing dashboard to copy from (e.g., "blkxYx6MmEeujy0v"). If not provided, copies the first available dashboard. |