Idempotency
Idempotenz
Idempotency describes an operation's property of always producing the same result no matter how many times it is executed identically, without unwanted duplicate effects. It is especially important for automated AI write operations to prevent accidental duplicates.
Source: MDN Web Docs — Idempotent