Skip to main content
Glama

yuque_list_group_members

Retrieve all members of a Yuque group or team to manage access permissions and collaboration within knowledge bases.

Instructions

List all members of a group or team.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
loginYesGroup login.

Implementation Reference

  • The handler function for the yuque_list_group_members tool.
    yuque_list_group_members: async (args, client) => jsonText(await client.listGroupMembers(args.login)),
  • The schema registration for the yuque_list_group_members tool.
    {
      name: "yuque_list_group_members",
      description: "List all members of a group or team.",
      inputSchema: {
        type: "object",
        properties: {
          login: schemaProperty("string", "Group login.")
        },
        required: ["login"]
      }
    },

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