Skip to main content
Glama

Duyet MCP Server

list_blog_posts

Retrieve a JSON-formatted list of blog posts from blog.duyet.net, specifying the number of posts to include (1-20). Part of the Duyet MCP Server.

Instructions

Get a list of blog posts from blog.duyet.net in JSON format (legacy alias for get_blog_posts)

Input Schema

NameRequiredDescriptionDefault
limitNoNumber of blog posts to retrieve (1-20, default: 5)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "default": 5, "description": "Number of blog posts to retrieve (1-20, default: 5)", "maximum": 20, "minimum": 1, "type": "number" } }, "type": "object" }
Install Server

Other Tools from Duyet 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/duyet/duyet-mcp-server'

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