Create an mcp tools fetch all wordpress comments and show list of comments. below are the parameters. { "tool_name": "Get comments", "tool_identifier": "wmb_get_comments_tool", "tool_description": "Retrieve all wordpress comments and list them", "tool_type": "read", "input_schema": { /* JSON schema object */ }, "execute_logic": "PHP code for the execute method", "annotations": { /* tool metadata */ }, "permission_logic": "PHP code for permission check" }