Skip to main content
Glama

DevHub CMS MCP

Official
by devhub

create_blog_post

Generate and publish blog posts by specifying a website ID, title, and HTML content. Integrates with DevHub CMS MCP for efficient content management.

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" }

Other Tools from DevHub CMS MCP

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

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