Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LARK_REGIONNoThe Lark region: 'sg', 'cn', or 'us'sg
LARK_API_KEYYesYour Lark API key (required)
LARK_LOGGINGNoEnable logging for the Lark clientfalse

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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 7 tools

Disambiguation5/5

Each tool targets a distinct dashboard element or action: blocks (chart, metrics, text, view) and dashboard CRUD. No overlaps or ambiguity.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern (create_*, delete_*, list_*) using snake_case, making the API predictable.

Tool Count5/5

7 tools is well-scoped for a dashboard builder, covering essential block types and dashboard management without unnecessary bloat.

Completeness4/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues