Skip to main content
Glama
zebbern

Webhook.site MCP Server

by zebbern

wait_for_email

Wait for a sign-up, verify, or password-reset email to arrive, then extract confirmation links and OTP codes for automation.

Instructions

Wait for a sign-up, verify, magic-link, or password-reset email (1-120s).

    Call this after the user (or you) submitted {token}@email.webhook.site
    on a website. Returns subject, a truncated text preview, extracted
    confirm / reset / login URLs, and verification_codes (OTP). Next:
    follow_email_link, or type the code. HTML is omitted; use
    export_webhook_data for the full message. Set return_existing=true if
    the email already arrived. If there is no token yet, create_webhook first.
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
extract_linksNo
webhook_tokenYesWebhook UUID returned by create_webhook
return_existingNo
timeout_secondsNo

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 / extract_links / description
      Removed value: -"Whether to extract all URLs from the email body (default: true)"
    • addedInput schema / properties / extract_links / title
      Added value: +"Extract Links"
    • addedInput schema / properties / return_existing
      Added value: +{
      +  "default": false,
      +  "title": "Return Existing",
      +  "type": "boolean"
      +}
    • removedInput schema / properties / timeout_seconds / description
      Removed value: -"Maximum time to wait in seconds (default: 60)"
    • addedInput schema / properties / timeout_seconds / title
      Added value: +"Timeout Seconds"
    • 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: +"wait_for_emailArguments"
    • changedOutput schema / (root)
      Previous value: -nullNew value: +{
      +  "additionalProperties": true,
      +  "title": "wait_for_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?

With no annotations provided, the description carries the full burden. It discloses that HTML is omitted and directs to export_webhook_data, explains the return_existing flag for pre-arrived emails, and mentions the prerequisite of creating a webhook. It does not mention any potential side effects or rate limits, but the key behavioral facts are covered.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise, three sentences, and front-loaded with the primary purpose. It includes important conditional guidance (when to use return_existing, when to create_webhook first) without excessive detail. A slight improvement could be to structure the return_existing and timeout info more prominently, but it's well-organized.

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?

The tool is moderately complex with 4 parameters and a return payload including URLs and OTP codes. The description covers the main usage flow, mentions the return data, and provides pointers for additional use cases (full HTML, following links). The output schema exists, so the description needn't detail the return structure. It doesn't mention edge cases like multiple emails or filtering, but for the core use case it is sufficiently complete.

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 only 25% (only webhook_token has a description). The description adds meaning for the parameters: it explains return_existing (return_existing=true if email already arrived), timeout_seconds range (1-120s), and clarifies webhook_token format (UUID from create_webhook). This compensates for the low schema coverage, though extract_links is not explicitly explained in the description but is self-evident.

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 clearly states the tool waits for specific types of emails (sign-up, verify, magic-link, password-reset) with a timeout range. It specifies the output (subject, preview, URLs, verification codes) and names the sibling tool 'create_webhook' for prerequisite setup, distinguishing it from 'wait_for_request' and 'follow_email_link'.

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 provides clear context for when to use the tool (after submitting a webhook email on a website) and mentions the alternative for full HTML (export_webhook_data) and the follow_email_link tool. However, it doesn't explicitly state when NOT to use this tool versus other similar tools like wait_for_request.

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