Skip to main content
Glama

yuque_get_repo

Retrieve detailed information about a Yuque knowledge base repository using its ID or namespace to access content structure and metadata.

Instructions

Get repository detail.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repoIdNoYuque repository ID.
repoNamespaceNoYuque repository namespace.

Implementation Reference

  • Handler function for yuque_get_repo, calls client.getRepo(args).
    yuque_get_repo: async (args, client) => jsonText(await client.getRepo(args)),
  • Tool definition and input schema for yuque_get_repo.
    name: "yuque_get_repo",
    description: "Get repository detail.",
    inputSchema: {
      type: "object",
      properties: repoRefSchema()
    }

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