Skip to main content
Glama

yuque_create_repo

Create a knowledge repository on Yuque platform to organize and manage documents. Specify repository name, optional description, and visibility settings to establish structured documentation space.

Instructions

创建知识库 (Create knowledge repository)

Input Schema

NameRequiredDescriptionDefault
nameYes知识库名称 (Repository name)
descriptionNo知识库描述,可选 (Repository description, optional)
isPublicNo是否公开,默认false (Whether public, default false)

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "知识库描述,可选 (Repository description, optional)", "maxLength": 500, "type": "string" }, "isPublic": { "description": "是否公开,默认false (Whether public, default false)", "type": "boolean" }, "name": { "description": "知识库名称 (Repository name)", "maxLength": 100, "minLength": 1, "type": "string" } }, "required": [ "name" ], "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/tanis2010/yuque-mcp-server'

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