yuque_get_user
Retrieve the current authenticated user from the Yuque knowledge base platform to enable personalized content management and access control.
Instructions
Get the current Yuque user.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Implementation Reference
- src/tools.js:433-433 (handler)The handler implementation for the yuque_get_user tool.
yuque_get_user: async (_args, client) => jsonText(await client.getUser()), - src/tools.js:92-95 (registration)The tool registration for yuque_get_user.
name: "yuque_get_user", description: "Get the current Yuque user.", inputSchema: { type: "object", properties: {} } },