Comment Toolswordpress_get_comment
Comment Tools

wordpress_get_comment

Get a WordPress comment by ID.

wordpress_get_comment

Get comment details by ID.

Parameters

ParameterTypeRequiredDescription
idnumberYesComment 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"
Was this page helpful?
Built with Documentation.AI

Last updated Dec 15, 2025