Skip to main content
Glama

DevHub CMS MCP

Official
by devhub

update_blog_post

Modify and update existing blog posts in the DevHub CMS system by specifying the post ID, title, and content. Ensures accurate and timely content management.

Instructions

Update a single blog post

Args: post_id: Blog post ID title: Blog post title content: HTML content of blog post. Should not include a <h1> tag, only h2+

Input Schema

NameRequiredDescriptionDefault
contentNo
post_idYes
titleNo

Input Schema (JSON Schema)

{ "properties": { "content": { "default": null, "title": "Content", "type": "string" }, "post_id": { "title": "Post Id", "type": "integer" }, "title": { "default": null, "title": "Title", "type": "string" } }, "required": [ "post_id" ], "title": "update_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