book
Retrieve books from Zenn.dev by specifying author username, topic name, order, page, and count. Simplifies fetching and organizing books from the Zenn platform.
Instructions
Fetch books from Zenn.dev
Input Schema
Name | Required | Description | Default |
---|---|---|---|
count | No | Number of books per page. Default: 48 | |
order | No | Order of the books. Choose from latest or oldest. Default: latest | |
page | No | Page number of the books. Default: 1 | |
topicname | No | Topic name of the book | |
username | No | Username of the book author |