Skip to main content
Glama

yuque_get_default_repository

Retrieve the default repository from Yuque knowledge base using server configuration or fallback methods for content management operations.

Instructions

Resolve the default Yuque repository using server config or a fallback heuristic.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler function that executes the yuque_get_default_repository tool.
    yuque_get_default_repository: async (_args, client) => jsonText(await client.getDefaultRepository()),
  • src/tools.js:126-129 (registration)
    Tool registration for yuque_get_default_repository.
    {
      name: "yuque_get_default_repository",
      description: "Resolve the default Yuque repository using server config or a fallback heuristic.",
      inputSchema: { type: "object", properties: {} }

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/MichealJou/yuque-mcp-plus'

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