update_post
Modify a post's title, content, status, or URL slug.
Instructions
Update a post's title, markdown content, or publication status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | New URL slug (lowercase kebab-case) | |
| title | No | New title (1-120 characters) | |
| postId | Yes | The post ID to update | |
| status | No | Set status to draft or published | |
| markdown | No | New markdown content |