Skip to main content
Glama

webhook_create

Create webhooks to listen for Voog events (ticket, order, form) and send HTTP requests to your endpoint. Specify target, event, and URL.

Instructions

Create a webhook (POST /webhooks). Body is FLAT — no envelope wrapper. Required: target, event, url. Optional: enabled (default true), target_id, source (default 'api'), description. Voog target+event matrix: target='ticket' → create/update/delete; target='form' → submit; target='order' → create/update/delete/paid/cancelled/shipped/payment_failed. Voog returns 422 for invalid combinations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteYes
targetYesticket | form | order
eventYesEvent name; depends on target (see description)
urlYesHTTP(S) endpoint Voog calls when the event fires
enabledNoWhether the webhook fires (default true)
target_idNoOptional id of the specific target object (e.g. order id)
sourceNoOrigin marker — 'api' (default) or 'user'
descriptionNoFree-text description (optional)
Behavior4/5

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

Annotations already indicate it's a mutation (readOnlyHint=false). The description adds details like flat body, defaults for enabled and source, and error behavior (422). It does not cover all side effects but is adequate.

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 single paragraph of three sentences, dense with essential information, no wasted words. Front-loaded with key action and structure.

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?

Given 8 parameters and a complex matrix, the description covers the most critical aspects: field requirements, valid combinations, and error response. Lacks details on return value or authentication, but sufficient for a creation tool.

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

Parameters5/5

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

The description adds significant value beyond the schema: it specifies required vs optional, defaults, and the crucial target-event matrix. Schema coverage is 88%, but the description compensates with concrete enum-like values.

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 'Create a webhook' with HTTP method, lists required and optional fields, and explains the target+event matrix. This distinguishes it from siblings like webhook_update and webhook_delete.

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 a valid matrix of target-event combinations and warns about 422 errors, guiding correct usage. However, it does not explicitly contrast with siblings or state when not to use this tool.

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/runnel/voog-mcp'

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