Comment Tools
wordpress_get_comment
Get a WordPress comment by ID.
wordpress_get_comment
Get comment details by ID.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| id | number | Yes | Comment ID |
Response
{
"success": true,
"id": 9001,
"post_id": 101,
"author": "Jane",
"author_email": "jane@example.com",
"content": "Great post!"
}
Example Prompts
- "Get comment 9001"
- "Show me the full content of comment 9001"
Related Tools
Was this page helpful?
Built with Documentation.AI
Last updated Dec 15, 2025
