Skip to main content
Glama

Cloud Webhook Manage Tool

webhook_manage

Create, update, list, and delete outbound webhook endpoints. Subscribe to events with HMAC-signed payloads and automatic retries.

Instructions

Outbound webhook endpoints — URLs the platform POSTs to when subscribed events fire (experiment.completed, signal.ingested, approval.decided, etc.). Each delivery is HMAC-signed with the configured secret (header: X-FleetQ-Signature). Failed deliveries retry with exponential backoff up to 24h.

Actions:

  • list (read) — all webhooks for the team.

  • get (read) — webhook_id. Includes recent delivery stats.

  • create (write) — url, events[] (array of event names), secret (used for HMAC signing; show once).

  • update (write) — webhook_id + any creatable field. Updating secret invalidates the old one immediately.

  • delete (DESTRUCTIVE) — webhook_id. In-flight deliveries are cancelled.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesAction to perform: list, create, update, delete
deadline_msNoOptional: max wall-clock time (ms) the tool may spend. If exceeded during the call, returns a DEADLINE_EXCEEDED error. Minimum 100 ms. Leave unset for no deadline.
active_onlyNoOnly return active endpoints
nameYesDisplay name for the webhook
urlYesURL to receive webhook payloads
eventsYesEvent types to subscribe to
secretNoHMAC secret (auto-generated if omitted)
webhook_idYesThe webhook endpoint UUID
is_activeNoEnable or disable the webhook
Behavior5/5

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

Annotations are empty, so the description fully bears the burden. It clearly discloses HMAC signing, retry with exponential backoff up to 24h, secret shown only on create, immediate invalidation on secret update, and cancellation of in-flight deliveries on delete. No contradictions with annotations.

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 well-structured with a clear paragraph explaining the core purpose followed by a bullet list of actions. It is front-loaded with key information and contains no unnecessary sentences, making it efficient and easy to parse.

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 the tool's complexity (9 parameters, multiple actions, no output schema), the description covers behavioral traits well (signatures, retries, secret handling). However, it lacks details on output format for list/get and does not mention default values or optional parameters like deadline_ms, which are covered in schema but not in description.

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 description coverage is 100%, but the description adds value by associating parameters with actions (e.g., 'create — url, events[], secret'). It explains secret behavior beyond schema, such as 'show once' and 'immediately invalidated'. This enhances understanding beyond the schema descriptions.

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 it manages outbound webhook endpoints and lists all available actions (list, get, create, update, delete). It specifies the resource and actions, and the name 'webhook_manage' aligns with its purpose, distinguishing it from sibling tools that manage other resources.

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

Usage Guidelines3/5

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

The description lists actions but does not explicitly state when to use this tool versus alternatives or provide prerequisites (e.g., required permissions). Usage context is implied through the actions, but no when-not-to-use or alternative tool references are given.

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/escapeboy/agent-fleet-o'

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