Skip to main content
Glama

create_webhook

Register an outbound webhook to receive event notifications. Subscribe to specific event types or all events, with optional HMAC-SHA256 signing for verification.

Instructions

Register one outbound event webhook (Pro+ only, POST /v1/webhooks). url (HTTPS required; SSRF defense rejects private/loopback) + optional secret (HMAC-SHA256 signing key) + eventTypes (array of event kinds to subscribe to; omitted / empty = subscribe to everything). Up to 10 per account. Delivery payload = { event, eventId, occurredAt, accountId, data }; with a secret set, an X-Argosvix-Signature header is attached.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesDestination URL (HTTPS required; private/loopback hosts are rejected)
secretNoOptional. HMAC-SHA256 signing key (when set, X-Argosvix-Signature is attached)
enabledNoEnabled flag (default true)
eventTypesNoArray of event kinds to subscribe to (omitted / empty array = all events). Available: approval.requested / proposal.executed / proposal.reversed
descriptionNoDisplay memo (optional, up to 200 chars)
Behavior5/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: Pro+ requirement, SSRF defense, URL must be HTTPS, optional secret behavior, eventTypes behavior (omitted/empty = all events), limit of 10 per account, delivery payload format, and signature header. This is highly transparent.

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 concise (3 sentences) and front-loaded with the purpose and constraints. Every sentence provides necessary information without redundancy.

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 description is thorough, covering constraints, parameter behaviors, limits, and delivery format. However, with no output schema, it does not explicitly state what the API returns upon success (e.g., webhook ID). This is a minor gap for a creation tool.

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 100%, so baseline is 3. The description adds value by explaining that eventTypes omitted/empty means subscribe to all (though schema also says that) and mentions the account limit of 10, which is not in the schema. It also describes the delivery payload format, which adds context beyond parameters.

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 registers an outbound event webhook, using the verb 'Register' and specifying 'Pro+ only, POST /v1/webhooks'. It distinguishes from sibling tools like delete_webhook, update_webhook, list_webhooks, test_webhook by focusing solely on creation.

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 this tool (creating a webhook) but does not explicitly state when not to use it or list alternative tools. However, the context is sufficient for an agent to infer usage.

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/argosvix/mcp-server'

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