Skip to main content
Glama
zebbern

Webhook.site MCP Server

by zebbern

create_webhook

Create a disposable inbox to receive verification emails, magic links, or webhook callbacks. Get an HTTP URL, temp email, and DNS for one-off sign-ups.

Instructions

Create a disposable inbox to sign up on a website: HTTP URL, temp email, DNS.

    Use this first when the user wants to sign up, receive a verification /
    magic-link / password-reset email, catch a webhook callback, or get a
    one-off URL. Returns token, url, email ({token}@email.webhook.site),
    and dns. Next: give the email or URL to the site, then wait_for_email,
    then follow_email_link or use the OTP.
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. Changed3 schema fields changedv2.2.2
    • removedInput schema / required
      Removed value: -[]
    • addedInput schema / title
      Added value: +"create_webhookArguments"
    • changedOutput schema / (root)
      Previous value: -nullNew value: +{
      +  "additionalProperties": true,
      +  "title": "create_webhookDictOutput",
      +  "type": "object"
      +}
  2. Addedv2.0.3
  3. Removedv2.0.0
  4. First observedv2.1.3

TDQS

A4.5/5.0
Behavior4/5

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

No annotations are provided, so the description carries the transparency burden. It discloses that the tool creates a disposable inbox and returns token, URL, email, and DNS, and it outlines the intended workflow. It omits persistence/cleanup details, but the core creation and return behavior are clearly conveyed.

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 compact and well-structured: the first sentence defines the tool, the second states when to use it, and the third gives the downstream workflow. Every sentence earns its place, with no filler or redundant schema repetition.

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

Completeness5/5

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

For a zero-parameter creation tool with an output schema, the description provides complete operational context: purpose, trigger conditions, returned values, and recommended next steps. An agent can determine when to invoke create_webhook and how to proceed afterward without additional information.

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?

The input schema has zero parameters, so there is no parameter-level semantics for the description to add. The description contributes value by explaining the returned fields (token, url, email, dns), which satisfies the baseline for a parameterless tool.

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 ('disposable inbox'), and enumerates concrete capabilities: HTTP URL, temp email, and DNS. It clearly establishes that this is the default first step for sign-up/verification workflows, distinguishing it from more specialized siblings.

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

Usage Guidelines4/5

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

The description explicitly lists when to use the tool: signing up, receiving verification/magic-link/password-reset emails, catching webhook callbacks, or getting a one-off URL. It also provides the recommended follow-on sequence (wait_for_email, follow_email_link/OTP), but it does not explicitly contrast it with create_webhook_with_config or state when not to use it.

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