Skip to main content
Glama

Duyet MCP Server

get_blog_posts

Fetch blog posts from blog.duyet.net in JSON format, specifying the number of posts (1-20) to retrieve for streamlined data access and integration.

Instructions

Get a list of blog posts from blog.duyet.net in JSON format

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