Skip to main content
Glama

yuque_get_doc_version

Retrieve a specific version of a document from the Yuque knowledge base by providing its version ID. This tool helps access historical document revisions within the enhanced Yuque MCP server for content management.

Instructions

Get a specific document version.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
versionIdYesYuque version ID.

Implementation Reference

  • Handler for yuque_get_doc_version tool.
    yuque_get_doc_version: async (args, client) => jsonText(await client.getDocVersion(args.versionId)),
  • Schema definition for yuque_get_doc_version tool.
    {
      name: "yuque_get_doc_version",
      description: "Get a specific document version.",
      inputSchema: {
        type: "object",
        properties: {
          versionId: schemaProperty("number", "Yuque version ID.")
        },
        required: ["versionId"]
      }
    },

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