Hype Dash
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LARK_REGION | No | The Lark region: 'sg', 'cn', or 'us' | sg |
| LARK_API_KEY | Yes | Your Lark API key (required) | |
| LARK_LOGGING | No | Enable logging for the Lark client | false |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_dashboardA | 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. |
| create_chart_blockB | Create a chart block (bar, line, pie, scatter, area, column, funnel, radar, table) and add it to a dashboard |
| create_metrics_blockB | Create a metrics/KPI block showing aggregated values |
| create_view_blockB | Create a view block (grid, kanban, gallery, gantt, form) showing table data |
| create_text_blockB | Create a text/markdown block with formatted content |
| list_dashboardsB | List all dashboards in a base |
| delete_dashboardC | Delete a dashboard from a base |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 7 tools
Each tool targets a distinct dashboard element or action: blocks (chart, metrics, text, view) and dashboard CRUD. No overlaps or ambiguity.
All tools follow a consistent verb_noun pattern (create_*, delete_*, list_*) using snake_case, making the API predictable.
7 tools is well-scoped for a dashboard builder, covering essential block types and dashboard management without unnecessary bloat.
Covers creation of main block types and basic dashboard lifecycle but lacks update and delete operations for blocks, which may force agents to recreate items.