Skip to main content
Glama

Yuque MCP Server

by HenryHaoson

get_user_repos

Retrieve a user's knowledge base list on Yuque by specifying their login ID and access token, enabling organized document collection management.

Instructions

获取指定用户的知识库列表,知识库是语雀中组织文档的集合

Input Schema

NameRequiredDescriptionDefault
accessTokenNo用于认证 API 请求的令牌
loginYes用户的登录名或唯一标识

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "accessToken": { "description": "用于认证 API 请求的令牌", "type": "string" }, "login": { "description": "用户的登录名或唯一标识", "type": "string" } }, "required": [ "login" ], "type": "object" }

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/HenryHaoson/Yuque-MCP-Server'

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