Skip to main content
Glama

Zenn MCP Server

book

Retrieve books from Zenn.dev by specifying author username, topic, order, page, or count. Part of the Zenn MCP Server for accessing Zenn platform content via API.

Instructions

Fetch books from Zenn.dev

Input Schema

NameRequiredDescriptionDefault
countNoNumber of books per page. Default: 48
orderNoOrder of the books. Choose from latest or oldest. Default: latest
pageNoPage number of the books. Default: 1
topicnameNoTopic name of the book
usernameNoUsername of the book author

Input Schema (JSON Schema)

{ "properties": { "count": { "description": "Number of books per page. Default: 48", "type": "integer" }, "order": { "description": "Order of the books. Choose from latest or oldest. Default: latest", "enum": [ "latest", "oldest" ], "type": "string" }, "page": { "description": "Page number of the books. Default: 1", "type": "integer" }, "topicname": { "description": "Topic name of the book", "type": "string" }, "username": { "description": "Username of the book author", "type": "string" } }, "required": [], "type": "object" }
Install Server

Other Tools from Zenn MCP Server

Related Tools

    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/shibuiwilliam/mcp-server-zenn'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server