You're viewing a demo portfolio

Join the waitlist
PRSM

neuron_update_blog_post

Active

Tool 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. Supports raw HTML inline via rehype-raw: images/GIFs via ![alt](url), videos via <video>, YouTube/Loom embeds via <iframe>, collapsible sections via <details>/<summary>, plus <mark>, <kbd>, <abbr>."
    },
    "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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.conquext/neuron

https://github.com/conquext/neuron-mcp-server

2/7 registries
View full server →