diff --git a/README.md b/README.md index 17dd0ab..3e32e7e 100644 --- a/README.md +++ b/README.md @@ -73,8 +73,9 @@ GHOST_API_URL=your_ghost_api_url GHOST_STAFF_API_KEY=your_staff_api_key npx @mod ### Posts Management - `list_posts`: List blog posts with pagination (supports both text and JSON formats) -- `read_post`: Retrieve full content of a specific post in HTML or plaintext formats - `search_posts_by_title`: Search for posts by title using exact or fuzzy matching +- `read_post`: Retrieve full content of a specific post in HTML or plaintext formats +- `create_post`: Create a new post with specified content and metadata - `update_post`: Update a specific post with new content and metadata ### Users Management