Skip to main content
Glama

WordPress MCP Server

create-comment

Add comments to WordPress posts by specifying site URL, credentials, post ID, and content. Use this tool to automate comment creation with REST APIs for efficient site management.

Instructions

Create a new comment on a WordPress post

Input Schema

NameRequiredDescriptionDefault
author_emailNoComment author email (for users who can't set this)
author_nameNoComment author name (for users who can't set this)
contentYesComment content
passwordYesWordPress application password
postIdYesID of the post to comment on
siteUrlYesWordPress site URL
usernameYesWordPress username

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "author_email": { "description": "Comment author email (for users who can't set this)", "format": "email", "type": "string" }, "author_name": { "description": "Comment author name (for users who can't set this)", "type": "string" }, "content": { "description": "Comment content", "type": "string" }, "password": { "description": "WordPress application password", "type": "string" }, "postId": { "description": "ID of the post to comment on", "type": "number" }, "siteUrl": { "description": "WordPress site URL", "format": "uri", "type": "string" }, "username": { "description": "WordPress username", "type": "string" } }, "required": [ "siteUrl", "username", "password", "postId", "content" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/prathammanocha/wordpress-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server