Skip to main content
Glama

yuque_list_groups

Retrieve groups or teams for users in the Yuque knowledge base platform to manage organizational access and collaboration.

Instructions

List groups or teams for the current user or a specified user.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
userIdNoOptional Yuque user ID.

Implementation Reference

  • Handler function for yuque_list_groups tool.
    yuque_list_groups: async (args, client) => jsonText(await client.listGroups(args.userId)),
  • src/tools.js:108-117 (registration)
    Registration and schema definition for yuque_list_groups.
    {
      name: "yuque_list_groups",
      description: "List groups or teams for the current user or a specified user.",
      inputSchema: {
        type: "object",
        properties: {
          userId: schemaProperty("number", "Optional Yuque user ID.")
        }
      }
    },

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