Skip to main content
Glama

Yuque MCP Server

by HenryHaoson

get_repo_docs

Retrieve all documents from a specified Yuque knowledge repository, including titles and update timestamps, using a namespace and access token for authentication.

Instructions

获取特定知识库中的所有文档列表,包括文档标题、更新时间等信息

Input Schema

NameRequiredDescriptionDefault
accessTokenNo用于认证 API 请求的令牌
namespaceYes知识库的命名空间,格式为 user/repo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "accessToken": { "description": "用于认证 API 请求的令牌", "type": "string" }, "namespace": { "description": "知识库的命名空间,格式为 user/repo", "type": "string" } }, "required": [ "namespace" ], "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