confluence_create_blog_post
Create a blog post in a Confluence space by submitting space ID, title, and storage-format body. Supports draft or published status; optionally returns the raw API response.
Instructions
Create a new blog post in a space. Requires space ID, title, and body content. Output is trimmed by default (drops _links, _expandable, body content, etc.); pass full=true to receive the raw Confluence response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | The body content (in storage format: XHTML-based markup) | |
| full | No | If true, bypass response trimming and return the raw Confluence API response. | |
| title | Yes | The title of the blog post | |
| status | No | Blog post status (default: current) | |
| spaceId | Yes | The ID of the space to create the blog post in |