Skip to main content
Glama

yuque_get_docs

Retrieve and list documents from a Yuque knowledge base repository to access and manage content structure.

Instructions

List docs in a repository.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repoIdNoYuque repository ID.
repoNamespaceNoYuque repository namespace.
limitNoOptional page size.
offsetNoOptional offset.

Implementation Reference

  • The handler function for the yuque_get_docs tool, which calls client.getDocs.
    yuque_get_docs: async (args, client) => jsonText(await client.getDocs(args, args)),
  • The input schema definition for the yuque_get_docs tool.
    {
      name: "yuque_get_docs",
      description: "List docs in a repository.",
      inputSchema: {
        type: "object",
        properties: {
          ...repoRefSchema(),
          limit: schemaProperty("number", "Optional page size.", { minimum: 1, maximum: 100 }),
          offset: schemaProperty("number", "Optional offset.", { minimum: 0 })
        }
      }
    },

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