Skip to main content
Glama

yuque_update_repo

Update repository metadata in Yuque knowledge base to modify name, slug, description, visibility, or namespace settings.

Instructions

Update repository metadata.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repoIdNoYuque repository ID.
repoNamespaceNoYuque repository namespace.
nameNoRepository name.
slugNoRepository slug.
descriptionNoRepository description.
isPublicNoWhether the repository is public.

Implementation Reference

  • Handler for the yuque_update_repo tool, which calls the client's updateRepo method.
    yuque_update_repo: async (args, client) => jsonText(await client.updateRepo(args)),
  • Schema definition for the yuque_update_repo tool.
    {
      name: "yuque_update_repo",
      description: "Update repository metadata.",
      inputSchema: {
        type: "object",
        properties: {
          ...repoRefSchema(),
          name: schemaProperty("string", "Repository name."),
          slug: schemaProperty("string", "Repository slug."),
          description: schemaProperty("string", "Repository description."),
          isPublic: schemaProperty("boolean", "Whether the repository is public.")
        }
      }
    },

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