Skip to main content
Glama

yuque_get_user

Retrieve the current authenticated user from the Yuque knowledge base platform to enable personalized content management and access control.

Instructions

Get the current Yuque user.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler implementation for the yuque_get_user tool.
    yuque_get_user: async (_args, client) => jsonText(await client.getUser()),
  • src/tools.js:92-95 (registration)
    The tool registration for yuque_get_user.
      name: "yuque_get_user",
      description: "Get the current Yuque user.",
      inputSchema: { type: "object", properties: {} }
    },

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