Comment tools let Claude clear a moderation queue, reply in your voice, find specific comments, and remove spam at scale.
Reading
- wp_list_comments — by status (pending / approved / spam / trash), date, post, author email.
- wp_get_comment — single comment by ID.
- wp_search_comments — full-text search.
Moderating
- wp_approve_comment / wp_unapprove_comment
- wp_mark_spam / wp_unmark_spam
- wp_trash_comment / wp_delete_comment
- wp_edit_comment — edit body or author info.
Replying
- wp_reply_to_comment — posts a reply as the WordPress admin user.
- wp_bulk_reply — drafts replies to N comments at once, asks you to confirm each before posting.
Common prompts
- “List my pending comments and approve anything that’s clearly real.”
- “Mark every comment with ‘crypto’ or ‘casino’ as spam.”
- “Draft a reply to every question in the queue, but don’t post them yet.”
See /wp-comments for the slash-command shortcut.
