Skip to main content
Glama

Zenn MCP Server

article

Retrieve articles from Zenn.dev by specifying author, topic, order, page, or count using Zenn MCP Server’s API for streamlined content fetching.

Instructions

Fetch articles from Zenn.dev

Input Schema

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

Input Schema (JSON Schema)

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

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