create_blog_category
Create a blog category to group articles; returns the category ID to assign to article posts for organized blog pages.
Instructions
Create a blog/article category. Returns the new category id — pass it to create_article's category_id so posts are grouped (post-list / blog pages bind to it). Image must be a hosted URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Blog category name | |
| image | No | Hosted image URL | |
| description | No | Category description |