Skip to main content
Glama

Yuque MCP Server

by HenryHaoson

get_current_user

Retrieve authenticated user details, including user ID, username, and profile picture, using an access token for API authentication with the Yuque knowledge base platform.

Instructions

获取当前认证用户的信息,包括用户ID、用户名、头像等语雀账号基本信息

Input Schema

NameRequiredDescriptionDefault
accessTokenNo用于认证 API 请求的令牌

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "accessToken": { "description": "用于认证 API 请求的令牌", "type": "string" } }, "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