Skip to main content
Glama

Yuque MCP Server

by HenryHaoson

get_group_book_statistics

Retrieve detailed statistics for group knowledge repositories, including document counts, word counts, and read metrics, with options to filter, sort, and paginate results.

Instructions

获取团队知识库的统计数据,包括各知识库的文档数、字数、阅读量等

Input Schema

NameRequiredDescriptionDefault
accessTokenNo用于认证 API 请求的令牌
limitNo每页数量,默认为10,最大为20
loginYes团队的登录名或唯一标识
nameNo知识库名称,用于过滤特定知识库
pageNo页码,默认为1
rangeNo时间范围(0: 全部, 30: 近30天, 365: 近一年)
sortFieldNo排序字段,可选值:content_updated_at_ms、word_count、post_count、read_count、like_count、watch_count、comment_count
sortOrderNo排序方向,可选值:desc(降序)、asc(升序),默认为desc

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "accessToken": { "description": "用于认证 API 请求的令牌", "type": "string" }, "limit": { "description": "每页数量,默认为10,最大为20", "type": "number" }, "login": { "description": "团队的登录名或唯一标识", "type": "string" }, "name": { "description": "知识库名称,用于过滤特定知识库", "type": "string" }, "page": { "description": "页码,默认为1", "type": "number" }, "range": { "description": "时间范围(0: 全部, 30: 近30天, 365: 近一年)", "type": "number" }, "sortField": { "description": "排序字段,可选值:content_updated_at_ms、word_count、post_count、read_count、like_count、watch_count、comment_count", "type": "string" }, "sortOrder": { "description": "排序方向,可选值:desc(降序)、asc(升序),默认为desc", "enum": [ "desc", "asc" ], "type": "string" } }, "required": [ "login" ], "type": "object" }

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/HenryHaoson/Yuque-MCP-Server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server