Optimly MCP
Check Action Idempotency
Check whether an operation and idempotency-key pair was claimed and whether a durable response exists.
check_action_idempotency · Approval required · Authentication required
Check whether an operation and idempotency-key pair was claimed and whether a durable response exists.
When to use
Use before retrying an execution to avoid duplicating work after a timeout or crash.
Access
Approved access with action-read permission
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
operation | string | Yes | Operation identifier. |
idempotency_key | string | Yes | Idempotency key to check. |
brand_id | uuid | No | Authorized brand ID. Required when more than one brand is available. |
Example prompt
Was this publish already executed under its idempotency key?