Skip to main content
Glama

wp_test_custom_webhook

Send a test ping to a custom webhook to verify delivery, with confirmation required when safe mode is enabled.

Instructions

Send a test ping to a custom MCP webhook and return delivery result. confirm:true required when safe mode is on.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesWebhook ID
confirmNoRequired when safe mode is enabled

Schema Changelog

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

  1. Addedv2.3.0

TDQS

A3.9/5.0
Behavior3/5

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

With no annotations provided, the description carries the full transparency burden. It discloses that the tool sends an external test ping and returns a delivery result, and that confirm must be true in safe mode. However, it does not explain safe mode semantics, possible side effects of the ping, or error/timeout behavior.

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?

Two sentences, front-loaded with the action and resource, and no wasted words. The critical confirmation requirement is placed at the end without sacrificing clarity.

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?

For a simple two-parameter tool with no output schema or annotations, the description covers the core action and result. Still, 'delivery result' is vague, and safe mode is not defined, so an agent may not know what to expect in the response or exactly when confirmation is mandatory.

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

Parameters4/5

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

Schema coverage is 100%, so the baseline is 3. The description adds value by clarifying that confirm must be set to true specifically, not merely present, when safe mode is enabled. This is a useful constraint beyond the schema's wording.

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 names a specific verb ('Send a test ping'), a specific resource ('custom MCP webhook'), and the expected outcome ('return delivery result'). This clearly distinguishes it from sibling webhook tools that create, update, delete, or list webhooks.

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 use case is implied: test a custom webhook's delivery. The safe-mode confirmation instruction adds concrete invocation guidance, but there is no explicit when-to-use vs alternatives such as inspecting a webhook with wp_get_custom_webhook or reviewing past deliveries with wp_list_webhook_deliveries.

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