Skip to main content
Glama
Shaolh0603
by Shaolh0603

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
lanhu_resolve_invite_linkB

Resolve Lanhu invite/share link to actual project URL with tid/pid/docId parameters.

lanhu_designA

Unified Lanhu design tool. Supports listing, analyzing, extracting tokens, and getting slices.

Modes:

  • list: List all designs in the project

  • analyze: Full design analysis with HTML+CSS, tokens, layers, and image (default)

  • slices: Extract slice/asset info for download

  • download: Download designer-marked exportable slices to a local directory and write a manifest.json mapping local files to CDN URLs

  • tokens: Extract design tokens only (fonts, colors, shadows, etc.)

For detailDetach URLs (contains image_id), pass design_names='all'.

lanhu_pageB

Unified Lanhu PRD/prototype tool. Supports listing and analyzing pages.

Modes:

  • list: List all pages in a PRD/prototype document

  • analyze: Analyze specified pages (default)

Prompts

Interactive templates invoked by user choice

NameDescription
frontend-devAnalyze a Lanhu design and generate pixel-accurate frontend code
design-reviewReview a Lanhu design for consistency and implementation feasibility

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 3 tools

Disambiguation5/5

The three tools have clearly distinct purposes: resolving invite links, working with designs, and working with pages. Even with modes inside design and page, the resource type separation is unambiguous.

Naming Consistency3/5

All tools share the lanhu_ prefix, but lanhu_resolve_invite_link uses a verb_noun pattern while lanhu_design and lanhu_page are plain nouns. The naming is readable but not fully consistent in verb usage.

Tool Count4/5

Three tools is a reasonable count, though the design and page tools bundle many modes, making them somewhat overloaded. Still, the scope is manageable and each tool earns its place.

Completeness4/5

The surface covers listing, analyzing, extracting tokens, downloading slices, and resolving links—all common read-only operations for a design tool. Missing create/update operations, but that may be intentional for a design inspection server.

Maintenance

ActivityMaintained
ResponsivenessNo issues