---
{
  "id": "platform.mindmap.operation-acceptance-contract",
  "topic": "mindmap",
  "title": "Mindmap operation acceptance contract",
  "locale": "en",
  "version": "2026-08-07",
  "summary": "A Mindmap operation is accepted only after one intended write and server-backed live readback of the requested fields.",
  "content": "Operation acceptance contract: target the exact requested Mindmap and never substitute another resource family. Validate arguments without creating a temporary resource. Execute the intended create operation once; retries in the same turn with the same target name must replay the original result rather than create another resource.\n\nAfter a successful create or update, use the returned resource ID for a live server readback. Verify title, mindmapId, all roots, branch count, root anchors, and node structure. The response is complete only when the readback matches the request and reports verificationSource=live_read. If any requested field is absent or mismatched, report partial completion and identify the mismatch. Never create a second resource merely to validate a schema or verify the first one.\n\nTool output and the live Action Registry override this card. A successful write response without live readback proves only that a skeleton exists; it does not satisfy the operation.\n",
  "aliases": [
    "operation acceptance",
    "completion verification",
    "create and read back",
    "live readback",
    "no duplicate resource"
  ],
  "tags": [
    "mindmap",
    "operation-acceptance",
    "live-readback",
    "idempotency"
  ],
  "relatedActions": [
    "arinova.mindmap.create_mindmap",
    "arinova.mindmap.get_mindmap_as_outline"
  ],
  "relatedActionPrefixes": [],
  "url": "https://docs.arinova.ai/en/kb/mindmap/operation-acceptance-contract/"
}
---

Operation acceptance contract: target the exact requested Mindmap and never substitute another resource family. Validate arguments without creating a temporary resource. Execute the intended create operation once; retries in the same turn with the same target name must replay the original result rather than create another resource.

After a successful create or update, use the returned resource ID for a live server readback. Verify title, mindmapId, all roots, branch count, root anchors, and node structure. The response is complete only when the readback matches the request and reports verificationSource=live_read. If any requested field is absent or mismatched, report partial completion and identify the mismatch. Never create a second resource merely to validate a schema or verify the first one.

Tool output and the live Action Registry override this card. A successful write response without live readback proves only that a skeleton exists; it does not satisfy the operation.
