Skip to main content
Glama

yuque_group_member_stats

Retrieve member statistics for a Yuque group to analyze participation and manage team collaboration within the knowledge base.

Instructions

Get member statistics for a group.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
loginYesGroup login.

Implementation Reference

  • The implementation of the 'yuque_group_member_stats' tool handler.
    yuque_group_member_stats: async (args, client) => jsonText(await client.getGroupMemberStats(args.login)),
  • The registration and input schema definition for the 'yuque_group_member_stats' tool.
    {
      name: "yuque_group_member_stats",
      description: "Get member statistics for a group.",
      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