콘텐츠로 이동

MCP 도구 목록

Create and publish a new blog post.

ParameterTypeRequiredDescription
titlestringYesPost title
contentstringYesMarkdown content
slugstringNoURL slug (auto-generated)
tagsstring[]NoTags (max 10)
status"draft" | "published"NoDefault: "published"

Update an existing post.

ParameterTypeRequiredDescription
slugstringYesPost slug to update
titlestringNoNew title
contentstringNoNew content
tagsstring[]NoNew tags

List posts with optional filters.

ParameterTypeRequiredDescription
statusstringNoFilter: draft, published, scheduled
tagstringNoFilter by tag
pagenumberNoPage number
per_pagenumberNoItems per page

Get a single post including full Markdown content.

ParameterTypeRequiredDescription
slugstringYesPost slug

Permanently delete a post.

ParameterTypeRequiredDescription
slugstringYesPost slug

Schedule a post for future publication (Creator+ only).

ParameterTypeRequiredDescription
slugstringYesPost slug
scheduled_atstringYesISO 8601 datetime