Skip to main content
Glama

wp_create_comment

Create a new comment on a WordPress post by specifying the post ID and content, with optional author name and email.

Instructions

Create a new comment on a WordPress post.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
postYesPost ID to comment on
contentYesComment content
author_nameNoComment author name
author_emailNoComment author email
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description adds no behavioral context beyond the annotations. readOnlyHint=false indicates a write operation, and destructiveHint=false indicates non-destructive, which the description simply restates via 'Create.' No extra details about auth, side effects, or return behavior are provided.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, concise sentence with no redundant words. It is front-loaded with the action and target, making it easy to parse.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description is sufficient for basic invocation, but it omits potential return value information (e.g., created comment ID, status) and prerequisites (e.g., post must exist). While the schema and annotations cover parameters and safety, there's no output schema to clarify results, leaving slight gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 100% coverage, documenting all four parameters with clear descriptions. The tool description adds no additional meaning for parameters, so the baseline of 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('Create') and resource ('new comment on a WordPress post'), clearly distinguishing it from sibling tools like wp_update_comment and wp_delete_comment. It unambiguously states the action and target.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives, such as 'use wp_update_comment to modify existing comments' or 'use wp_list_comments to retrieve comments.' It is a bare definition, leaving the agent to infer the use case from the name alone.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/alexgenovese/mcp-wordpress'

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