Skip to main content
Glama

yuque_group_stats

Retrieve comprehensive statistics for a Yuque knowledge base group to analyze content metrics and group activity.

Instructions

Get overall statistics for a group.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
loginYesGroup login.

Implementation Reference

  • The handler function for the `yuque_group_stats` tool.
    yuque_group_stats: async (args, client) => jsonText(await client.getGroupStats(args.login)),
  • The schema definition for the `yuque_group_stats` tool.
    {
      name: "yuque_group_stats",
      description: "Get overall 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