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