Skip to main content
Glama

DevHub CMS MCP

Official
by devhub

update_blog_post

Modify blog post details in DevHub CMS by updating its title and HTML content. Input the post ID and optional title or content changes for targeted edits.

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

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