Optimly Developer Documentation

Optimly MCP

Check Action Idempotency

In short

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

ParameterTypeRequiredDescription
operationstringYesOperation identifier.
idempotency_keystringYesIdempotency key to check.
brand_iduuidNoAuthorized brand ID. Required when more than one brand is available.

Example prompt

Was this publish already executed under its idempotency key?