Skip to main content
Glama

wp_create_woocommerce_webhook

Create WooCommerce native webhooks to send event data like order.created to a delivery URL, enabling automated workflows and real-time integrations.

Instructions

Create a WooCommerce native webhook. Secret returned once. confirm:true required when safe mode is on.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesWebhook name
topicYesWC topic e.g. order.created, order.updated, product.created
statusNo
confirmNoRequired when safe mode is enabled
delivery_urlYesDelivery URL

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Addedv2.3.0

TDQS

A4/5.0
Behavior4/5

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

With no annotations, the description carries the full behavioral burden and it delivers two non-obvious facts: 'Secret returned once' warns the agent the credential is unrecoverable after creation, and confirm:true being required in safe mode flags a conditional execution barrier. It doesn't cover response structure or permissions, but the highest-risk behaviors are disclosed.

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?

Three sentences with zero filler: the core action is front-loaded, followed by the one-time-security warning and the conditional requirement. Every sentence earns its place, though the confirm sentence partially duplicates the schema.

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

Completeness4/5

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

For a mutating tool with no annotations and no output schema, it covers the two operational must-knows (one-time secret, safe-mode confirmation) but doesn't state what the response contains beyond the secret or how to subsequently locate the webhook (wp_list_woocommerce_webhooks). The 'safe mode' concept is referenced without explanation, but the critical call-time behaviors are present.

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?

Schema description coverage is 80%, so the schema is doing most of the work; the description only reinforces the confirm parameter's safe-mode requirement already stated in the schema ('Required when safe mode is enabled'). It adds no new per-parameter detail beyond what structured fields provide.

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?

States a specific verb and resource ('Create a WooCommerce native webhook') that distinguishes it from sibling creation tools like wp_create_custom_webhook and wp_create_form_webhook. The qualifier 'native' precisely scopes the resource type, so an agent can tell this apart from other webhook-creation siblings.

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

Usage Guidelines3/5

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

The 'WooCommerce native' qualifier implies the domain for this tool, but there is no explicit when-to-use or when-not-to-use guidance. It never names the alternative (e.g., wp_create_custom_webhook for non-native workflows) nor states the condition that selects between them, leaving the choice to inference.

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/mpierre135/wp-mcp-control-server'

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