Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
YUQUE_HOSTNoDefault Yuque host for short-path URL completionhttps://www.yuque.com
YUQUE_SESSIONYesYuque session cookie (_yuque_session value)
YUQUE_RENDER_MODENoRendering mode: auto, off, or forceauto
YUQUE_BROWSER_CHANNELNoPlaywright browser channel, e.g. chrome
YUQUE_CHROMIUM_EXECUTABLENoAbsolute path to a Chromium/Chrome executable

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
yuque_readA

Read a Yuque document by URL. Returns the full rendered content.

yuque_list_docsB

List all documents in a Yuque repository

yuque_read_markdownA

Read a Yuque document by URL using Yuque Lake/API source content and convert it to readable Markdown with tables, PlantUML, Mermaid, code blocks, images, links, and board summaries.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 3 tools

Disambiguation4/5

The three tools are distinct: one lists documents, and two read documents in different formats. However, the two read tools have overlapping purposes (both read a document by URL), which could cause minor confusion.

Naming Consistency4/5

All tools share a 'yuque_' prefix and use verb_noun for most, but 'yuque_read' lacks a noun suffix, creating slight inconsistency with 'yuque_list_docs' and 'yuque_read_markdown'.

Tool Count2/5

With only 3 tools, the server is severely under-scoped for a platform like Yuque, which typically requires many more operations (create, update, delete, etc.).

Completeness1/5

The server only provides read and list functionality, missing essential CRUD operations. It is extremely incomplete for the Yuque domain.

Maintenance

ActivityInactive
ResponsivenessNo issues