Skip to main content
Glama
zebbern

Webhook.site MCP Server

by zebbern

get_webhook_email

Retrieve a temporary inbox address from a webhook token to receive sign-up, verification, or password reset emails. Use when you need to capture email messages sent to a specific webhook endpoint.

Instructions

Return the temp inbox to sign up, verify, magic-link, or reset a password.

    Address is {token}@email.webhook.site. Use when the user already has a
    token. If they do not, call create_webhook first — it also returns
    email. After the site sends mail, call wait_for_email.
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
validateNo
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. Changed6 schema fields changedv2.2.2
    • removedInput schema / properties / validate / description
      Removed value: -"If true, verify the token exists via API call before returning email"
    • addedInput schema / properties / validate / title
      Added value: +"Validate"
    • 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: +"get_webhook_emailArguments"
    • changedOutput schema / (root)
      Previous value: -nullNew value: +{
      +  "additionalProperties": true,
      +  "title": "get_webhook_emailDictOutput",
      +  "type": "object"
      +}
  2. Addedv2.0.3
  3. Removedv2.0.0
  4. First observedv2.1.3

TDQS

A4.3/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 full burden. It discloses the address pattern, that this only returns the inbox (not creates a token or waits for mail), which is useful behavioral context. However, it does not explicitly state read-only nature, error cases, or the meaning of the `validate` parameter, though the core behavior is clear.

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 concise sentences, front-loaded with the primary purpose, followed by the address template and usage/call-order guidance. Every sentence adds necessary context without padding.

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 low-complexity retrieval tool with an output schema, the description covers the key usage flow, alternatives, and next step. The main gap is the undocumented `validate` parameter, but overall it is sufficiently complete for an agent to correctly select and invoke the tool.

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 documentation covers webhook_token but not validate (50% coverage). The description explains how webhook_token maps to the address and references create_webhook, but it never mentions the `validate` boolean parameter or its effect. The description compensates for webhook_token only, leaving validate undocumented.

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 opens with a specific verb and resource ('Return the temp inbox') and clarifies the token-based address format. It distinguishes itself from siblings by explicitly naming create_webhook and wait_for_email as related tools with different functions.

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?

Explicitly states when to use ('Use when the user already has a token') and directs to create_webhook if not, and wait_for_email after mail. This provides clear when-to-use and sequencing guidance.

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