wp_get_comment
Retrieve a WordPress comment by its unique ID to access its details for moderation or review.
Instructions
Retrieves a single comment by its ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | No | The ID of the WordPress site to target (from mcp-wordpress.config.json). Required if multiple sites are configured. | |
| id | Yes | The unique identifier for the comment. |