From 391b4bae3a6b8e8d23ceb1e8d4dcf0c4f19f9459 Mon Sep 17 00:00:00 2001 From: Fanyang Meng Date: Wed, 12 Feb 2025 20:44:20 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20tags=20support?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index fd212c4..863eb63 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,13 @@ GHOST_API_URL=your_ghost_api_url GHOST_STAFF_API_KEY=your_staff_api_key npx @mod - `update_post`: Update a specific post with new content and metadata - `delete_post`: Delete a specific post +### Tags Management +- `browse_tags`: List all tags associated with the blog +- `read_tag`: Retrieve detailed information about a specific tag +- `create_tag`: Create a new tag with specified details +- `update_tag`: Update an existing tag with new information +- `delete_tag`: Delete a specific tag + ### Users Management - `list_roles`: List all available roles - `create_invite`: Create a new user invitation email and role_id