yuque_create_book
Create a new knowledge base (book) for a Yuque user. Specify name, slug, and visibility settings to organize your content.
Instructions
Create a new book (知识库) for the current user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| login | Yes | User login name | |
| name | Yes | Book name | |
| slug | Yes | Book slug (URL-friendly identifier) | |
| description | No | Book description | |
| public | No | Public visibility: 0 (private) or 1 (public) | |
| repo_type | No | Book type: Book, Design, etc. |