Skip to main content
Glama

yuque_list_doc_versions

Retrieve all historical versions of a Yuque document to track changes, review edits, or restore previous content using the document ID.

Instructions

List all versions of a document.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
docIdYesYuque doc ID.

Implementation Reference

  • The handler function for the yuque_list_doc_versions tool.
    yuque_list_doc_versions: async (args, client) => jsonText(await client.listDocVersions(args.docId)),
  • src/tools.js:326-334 (registration)
    The registration definition for the yuque_list_doc_versions tool.
    name: "yuque_list_doc_versions",
    description: "List all versions of a document.",
    inputSchema: {
      type: "object",
      properties: {
        docId: schemaProperty("number", "Yuque doc ID.")
      },
      required: ["docId"]
    }

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