Skip to main content
Glama
zebbern

Webhook.site MCP Server

by zebbern

get_webhook_url

Retrieve the HTTPS callback URL for an existing webhook token. Provide the token to get the full webhook.site URL for testing endpoints.

Instructions

Return https://webhook.site/{token} for an existing webhook.

    Use when the user already has a token and needs the HTTP callback URL.
    For a new inbox, create_webhook already returns url.
    

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 URL"
    • 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_urlArguments"
    • changedOutput schema / (root)
      Previous value: -nullNew value: +{
      +  "additionalProperties": true,
      +  "title": "get_webhook_urlDictOutput",
      +  "type": "object"
      +}
  2. Addedv2.0.3
  3. Removedv2.0.0
  4. First observedv2.1.3

TDQS

A4.6/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 burden. It doesn't explicitly state whether this is read-only or if it triggers any side effects, but given the tool is simple and returns a URL, the description's clarity contributes to behavioral transparency. It also mentions 'existing webhook' implying validation might occur, which is helpful.

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 a short but complete paragraph, with the main sentence (returns URL) followed by a bolded 'Use when' line and a contrast with create_webhook. It's front-loaded and wastes no 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?

There is an output schema (not shown but indicated as true), which likely describes the URL structure. The tool is simple, and the description covers the usage context well, referencing the alternative create_webhook for new inboxes. Could be a 5 but the 'validate' parameter unclear and no mention of error cases, though that might be outside scope.

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 50%: webhook_token has a description ('Webhook UUID returned by create_webhook'), while validate has no description. The description reinforces the purpose of webhook_token but doesn't explain 'validate'. The parameter meanings are mostly clear from the schema, and the description adds value by tying webhook_token to existing webhooks. However, the 'validate' parameter's semantics are ambiguous, so not a 5.

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 returns the HTTPS callback URL for an existing webhook given a token. It distinguishes itself from sibling tools by specifying that it's for existing webhooks and that create_webhook already returns the URL for new inboxes.

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?

The description explicitly states when to use this tool: when the user already has a token and needs the HTTP callback URL. It also provides a when-not-to-use by referencing create_webhook for new inboxes, though it doesn't name the exact alternative tool (it does: create_webhook).

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