Skip to main content
Glama

create_webhook

Create a webhook to POST to your HTTPS endpoint on selected Vercel events, optionally scoped to specific projects.

Instructions

Create a webhook that POSTs to your endpoint on the chosen events. Optionally scope it to projects.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesHTTPS endpoint that will receive events.
eventsYesEvents to subscribe to.
projectIdsNoLimit to specific project ids.
teamIdNoTeam ID to scope the request. Falls back to VERCEL_TEAM_ID when omitted.
slugNoTeam slug to scope the request (alternative to teamId).
Behavior3/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 core behavior (POSTs events) but omits important details like payload format, retry policy, idempotency, or the need for an HTTPS endpoint. For a creation tool, this is a moderate gap.

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 very concise at two sentences with no redundancy. It front-loades the key action and allows further detail in the schema. However, it could be slightly more structured to separate the main action from the optional scoping.

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

Completeness3/5

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

Given no output schema and moderate complexity (5 params, 2 required), the description does not cover what the tool returns (e.g., webhook ID) or any lifecycle details. The schema descriptions compensate somewhat, but the description alone is incomplete for an agent to fully understand the tool's behavior.

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?

Schema coverage is 100%, so the baseline is 3. The description adds minimal value by mentioning optional project scoping, which corresponds to the projectIds parameter. It does not elaborate on teamId or slug parameters, nor on the url format beyond the schema.

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 creates a webhook that POSTs to an endpoint on chosen events, with optional project scoping. It specifies the action (create), resource (webhook), and behavior (POSTs events), making the purpose unambiguous.

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

Usage Guidelines2/5

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

The description lacks guidance on when to use this tool versus alternatives like create_log_drain. It doesn't mention prerequisites, authentication, or scenarios where a webhook is preferred over other notification methods.

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

Install Server

Other Tools

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/helbertparanhos/vercel-mcp-pro'

If you have feedback or need assistance with the MCP directory API, please join our Discord server