Skip to main content
Glama

DevHub CMS MCP

Official
by devhub

create_blog_post

Generate and publish blog posts on specified websites using DevHub CMS. Enter site ID, title, and HTML content (without h1 tags) to create new posts directly within the system.

Instructions

Create a new blog post

Args: site_id: Website ID where the post will be published. Prompt the user for this ID. title: Blog post title content: HTML content of blog post. Should not include a <h1> tag, only h2+

Input Schema

NameRequiredDescriptionDefault
contentYes
site_idYes
titleYes

Input Schema (JSON Schema)

{ "properties": { "content": { "title": "Content", "type": "string" }, "site_id": { "title": "Site Id", "type": "integer" }, "title": { "title": "Title", "type": "string" } }, "required": [ "site_id", "title", "content" ], "title": "create_blog_postArguments", "type": "object" }

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/devhub/devhub-cms-mcp'

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