update_miro_sync_map
Add or replace paired Yandex Tracker and Miro items in the synchronization map, using upsert to merge by board and tracker key, or replace_all to overwrite a board's mapping.
Instructions
Updates sync-map.json with new or changed Tracker↔Miro pairs after creating or matching board items. Writes are serialized so parallel tool calls cannot corrupt the file. Use mode 'upsert' (default) to merge by board_id + tracker_key; use 'replace_all' to set the full mapping list for one board (pass only entries for that board plus other boards' entries you want to keep — safer to read first with get_miro_sync_map). Prefer upsert when adding one pair at a time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entries | Yes | ||
| mode | No | upsert | |
| board_id_for_replace | No |