Skip to main content
Glama

yuque_list_docs

Retrieve documents from a Yuque knowledge base repository using repository ID or namespace, with pagination controls for managing content access.

Instructions

Alias of yuque_get_docs for compatibility with official naming.

Input Schema

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

Implementation Reference

  • Handler for yuque_get_docs, which yuque_list_docs aliases.
    yuque_get_docs: async (args, client) => jsonText(await client.getDocs(args, args)),
  • src/tools.js:484-488 (registration)
    Registration of yuque_list_docs as an alias for yuque_get_docs.
    {
      name: "yuque_list_docs",
      description: "Alias of yuque_get_docs for compatibility with official naming.",
      inputSchema: TOOL_DEFINITIONS.find((tool) => tool.name === "yuque_get_docs").inputSchema
    },

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