Skip to main content
Glama

replay_webhook_delivery

Idempotent

Explicitly retry a failed delivery after correcting the receiver. Preserves event_id for deduplication and rechecks the current endpoint revision. Does not replay successful deliveries or approve facility handling. Requires webhook.manage. Uses the same bounded control plane and tenant/agent/Live-Sandbox authorization as /api/v1/webhooks/endpoints. Reuse the exact idempotency_key and input after an uncertain mutation. Webhook docs: https://mailbox.bot/docs/webhooks.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
delivery_idYes
endpoint_idYes
idempotency_keyYes
expected_revisionYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.3/5.0
Behavior5/5

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

Beyond annotations, it discloses key behaviors: preserving event_id for deduplication, rechecking the current endpoint revision, requiring webhook.manage, and sharing a specific authorization model. It also clarifies negative behaviors, such as not replaying successful deliveries or approving facility handling.

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 front-loads the core purpose and keeps every sentence purposeful, covering preconditions, exclusions, permissions, and idempotency guidance. It is slightly longer than strictly necessary, particularly the control-plane authorization sentence, but it avoids 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?

Given four required parameters, an output schema, and annotations, the description is largely complete: it covers when to use it, what it does not do, permission requirements, and idempotency behavior. Minor ambiguity remains about failure semantics if the expected_revision does not match, but this does not block correct invocation.

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 description coverage is 0%, so the description must compensate. It indirectly explains expected_revision via 'rechecks the current endpoint revision' and idempotency_key via 'Reuse the exact idempotency_key and input after an uncertain mutation.' However, delivery_id and endpoint_id rely mostly on their self-explanatory names rather than explicit semantics.

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 and resource: 'Explicitly retry a failed delivery after correcting the receiver.' It clearly distinguishes this from sibling tools like list_webhook_deliveries and test_webhook_endpoint by stating the exact action and its precondition.

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 gives clear context and explicit exclusions: retry only after correcting the receiver, do not replay successful deliveries, and do not approve facility handling. It also states the required permission and the idempotency-key reuse guidance, though it does not name a specific alternative tool.

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.

Resources