neuron_update_blog_post
ActiveTool of io.github.conquext/neuron
declared in 1.0.0
Update an existing blog post's content, metadata, status, or SEO fields. Only provided fields are changed.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"description": "Unique identifier (UUID) of the blog post to update"
},
"title": {
"type": "string",
"description": "New title for the blog post"
},
"status": {
"enum": [
"draft",
"published",
"hidden"
],
"type": "string",
"description": "New publication status for the post"
},
"content": {
"type": "string",
"description": "New body content in markdown format"
},
"excerpt": {
"type": "string",
"description": "New short summary or preview text"
},
"seoTitle": {
"type": "string",
"description": "New custom SEO title override"
},
"seoKeywords": {
"type": "array",
"items": {
"type": "string"
},
"description": "New list of SEO keywords"
},
"coverImageUrl": {
"type": "string",
"description": "New URL for the cover image"
},
"seoDescription": {
"type": "string",
"description": "New meta description for search engines"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.conquext/neuron
https://github.com/conquext/neuron-mcp-server
1/7 registries