Skip to main content
Glama
wwwwujl
by wwwwujl

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
YUQUE_TOKENYesYuque API token
YUQUE_ENDPOINTNoYuque API endpointhttps://www.yuque.com/api/v2/
YUQUE_FILE_ROOTNoRoot directory for file operations
YUQUE_TIMEOUT_MSNoTimeout in milliseconds10000
YUQUE_ALLOW_WRITENoEnable write operationsfalse
YUQUE_MAX_RETRIESNoMaximum retries for read-only operations2
YUQUE_ALLOW_DELETENoEnable delete operationsfalse
YUQUE_FILE_MAX_BYTESNoMaximum file size in bytes1048576
YUQUE_WRITE_GROUP_ALLOWLISTNoComma-separated group login allowlist for writes
YUQUE_FILE_ALLOWED_EXTENSIONSNoAllowed file extensions.md,.markdown,.txt
YUQUE_WRITE_NAMESPACE_ALLOWLISTNoComma-separated namespace allowlist for writes
YUQUE_DELETE_NAMESPACE_ALLOWLISTNoComma-separated delete allowlist targets

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
}

Tools

Functions exposed to the LLM to take actions

NameDescription
yuque_get_current_userA

Get current Yuque user profile.

yuque_list_groupsA

List groups for current user or a provided login.

yuque_get_groupC

Get a group by login or id.

yuque_create_groupC

Create a new Yuque group.

yuque_update_groupC

Update an existing Yuque group.

yuque_delete_groupC

Delete a Yuque group (requires confirmation).

yuque_list_group_usersB

List users in a Yuque group.

yuque_add_group_userC

Add or update a user membership in a Yuque group.

yuque_remove_group_userB

Remove a user from a Yuque group.

yuque_list_reposC

List repos under a user or group.

yuque_get_my_repositoriesB

Get current user and repositories in one call.

yuque_get_repoC

Get a repo by namespace.

yuque_create_repoB

Create a new Yuque repository under user or group.

yuque_update_repoC

Update an existing Yuque repository.

yuque_delete_repoB

Delete a Yuque repository (requires confirmation).

yuque_get_repo_tocC

Get repo TOC entries.

yuque_get_repository_overviewA

Get repository details and TOC in one call.

yuque_list_docsA

List docs under a repo namespace with pagination.

yuque_get_docA

Get a single doc by namespace and either slug or doc_id.

yuque_search_docsB

Client-side search over listed docs by title, slug, and description.

yuque_create_docC

Create a new Yuque doc.

yuque_create_document_with_tocC

Create a document and attach it to TOC in one call.

yuque_update_docC

Update an existing Yuque doc by slug or doc_id.

yuque_delete_docA

Delete a Yuque doc by namespace and slug/doc_id (requires confirmation).

yuque_update_tocC

Update Yuque repository TOC nodes.

yuque_search_and_readA

Search docs and optionally read the first hit in one call.

yuque_create_doc_from_fileC

Create document from local file content and attach to TOC.

yuque_update_doc_from_fileC

Update document body from local file content.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/wwwwujl/yuque-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server