yuque_hello
Test connectivity and verify authentication with the Yuque knowledge base API to ensure proper setup before performing document management operations.
Instructions
Call the Yuque hello endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Implementation Reference
- src/tools.js:432-432 (handler)The handler implementation for the yuque_hello tool.
yuque_hello: async (_args, client) => jsonText(await client.hello()), - src/tools.js:86-90 (registration)The tool registration definition for yuque_hello.
{ name: "yuque_hello", description: "Call the Yuque hello endpoint.", inputSchema: { type: "object", properties: {} } },