Skip to main content
Glama
zebbern

Webhook.site MCP Server

by zebbern

send_multiple_requests

Post multiple JSON payloads to a webhook with optional delay to load-test endpoint capture. Use for testing webhook receivers.

Instructions

POST several sample JSON payloads to the webhook, optionally spaced out.

Use to load-test capture, not to wait for a real site or email.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
delay_msNo
payloadsYes
webhook_tokenYesWebhook UUID returned by create_webhook

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. Changed9 schema fields changedv2.2.2
    • removedInput schema / properties / delay_ms / description
      Removed value: -"Delay between requests in milliseconds (default: 0)"
    • addedInput schema / properties / delay_ms / title
      Added value: +"Delay Ms"
    • removedInput schema / properties / payloads / description
      Removed value: -"Array of JSON payloads to send to the webhook"
    • addedInput schema / properties / payloads / items / additionalProperties
      Added value: +true
    • addedInput schema / properties / payloads / title
      Added value: +"Payloads"
    • changedInput schema / properties / webhook_token / description
      Previous value: -"The webhook token (UUID) from webhook.site"New value: +"Webhook UUID returned by create_webhook"
    • addedInput schema / properties / webhook_token / title
      Added value: +"Webhook Token"
    • addedInput schema / title
      Added value: +"send_multiple_requestsArguments"
    • changedOutput schema / (root)
      Previous value: -nullNew value: +{
      +  "additionalProperties": true,
      +  "title": "send_multiple_requestsDictOutput",
      +  "type": "object"
      +}
  2. Addedv2.0.3
  3. Removedv2.0.0
  4. First observedv2.1.3

TDQS

A4.1/5.0
Behavior3/5

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

No annotations are present, so the description carries the full burden. It states the core behavior (POSTing payloads, optional delay) but does not disclose side effects, error behavior, or any prerequisites (e.g., webhook must exist). For a write operation, this is minimal but not misleading; it adds the load-test intent. It is adequate for a simple tool but could mention that it generates network traffic and may be used for testing only.

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 two concise sentences, front-loaded with the main operation and immediately followed by a clear usage note. Every sentence adds value with no wasted words.

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?

Given the tool's simplicity (3 params, no nested objects) and the existence of an output schema, the description covers the essential purpose and usage. It lacks explicit mention of the output/return value but that is handled by the schema. It could detail payload constraints (e.g., any JSON object) but is otherwise sufficient for a straightforward webhook sender.

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

Parameters2/5

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

Schema description coverage is low (33%) with only webhook_token described. The description says 'optionally spaced out' which hints at delay_ms but doesn't clarify its unit or purpose beyond spacing. For payloads, 'sample JSON payloads' gives a hint but does not specify allowed structure or that any object is fine. Since coverage is low, the description should have compensated more, but it adds only minimal clarification, leaving the agent to guess about payload format and delay semantics.

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 states a clear action: 'POST several sample JSON payloads to the webhook', which specifies the verb, resource, and scope. It also distinguishes itself from the sibling tool send_to_webhook by implying multiple requests vs single, and effectively differentiates its use case.

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

Usage Guidelines5/5

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

Explicit usage guidance is given: 'Use to load-test capture, not to wait for a real site or email.' This tells the agent exactly when to invoke this tool and when not to, implying alternatives like wait_for_request or wait_for_email for real interactions.

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

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/zebbern/webhook-mcp-server'

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