Skip to main content
Glama

yuque_update_toc

Update the table of contents for a Yuque knowledge base repository to organize document hierarchies and maintain structural consistency.

Instructions

Alias of yuque_update_repository_toc for compatibility with official naming.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repoIdNoYuque repository ID.
repoNamespaceNoYuque repository namespace.
payloadYesRaw TOC update payload.

Implementation Reference

  • The handler for yuque_update_repository_toc, which is the underlying implementation for the yuque_update_toc alias.
    yuque_update_repository_toc: async (args, client) => jsonText(await client.updateToc(args)),
  • src/tools.js:494-498 (registration)
    Registration of the yuque_update_toc tool as an alias for yuque_update_repository_toc.
    {
      name: "yuque_update_toc",
      description: "Alias of yuque_update_repository_toc for compatibility with official naming.",
      inputSchema: TOOL_DEFINITIONS.find((tool) => tool.name === "yuque_update_repository_toc").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