Skip to main content
Glama

Webhook Toolkit

Create a webhook URL

create_webhook_url

Create a public HTTPS URL that captures every request sent to it (any method, any sub-path). Use it when you need an endpoint to receive a webhook from a third-party service while building or debugging an integration. Returns the URL to configure in the service and a live inspector link for the human.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoLabel, e.g. 'stripe-test'

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior3/5

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

No annotations are provided, so the description must carry the behavioral disclosure burden. It does disclose key behavior: the URL captures every request on any method or sub-path, and it returns an inspector link. However, it omits details like URL expiration, storage/retention of captured requests, or any rate limits or visibility implications of a public URL.

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 sentences with no filler. The most important facts—what the URL does and what it returns—are front-loaded, and every sentence adds useful information.

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?

This is a simple one-parameter tool with no output schema, and the description tells the agent what the tool returns (URL and inspector link). It is nearly complete, though a short note on URL persistence or data capture behavior would make it fully self-sufficient.

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

Parameters3/5

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

The schema already fully documents the single 'name' parameter with an example, so the baseline is 3. The description adds no extra parameter-level detail, which is acceptable because the schema coverage is complete and the parameter is simple.

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 describes a clear resource: a public HTTPS URL that captures all requests. It distinguishes itself from sibling tools like list_webhook_urls or get_webhook_request by focusing on creation and by clarifying the URL's catch-all behavior.

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?

It states exactly when to use this tool: when needing an endpoint to receive a webhook from a third-party service while building or debugging an integration. It does not explicitly name alternatives or exclusions, but the use-case framing is strong enough for an agent to route correctly.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.