Skip to content

set_duplicate_status_bulk

Set ONE triage status across MANY duplicate groups at once (coarse triage). Body {source_values[], status, note?}. Intentionally NO files_modified (a single status over many groups). Use it to bulk-mark a batch as allowed (sanctioned) or to_fix; use the per-group set_duplicate_status for anything that records code changes.

NameTypeDescription
project_uuidstringoptionalProject UUID. Required when multiple projects are configured (SONENTA_PROJECTS); defaults to the single configured project otherwise.
source_valuesarrayrequiredThe shared source values identifying the duplicate groups.
statusstringrequiredNew triage status applied to every listed group (neutral clears the override). (neutral, allowed, to_fix, resolved)
notestringoptionalOptional human/agent note (same on all).
{
"tool": "set_duplicate_status_bulk",
"arguments": {
"source_values": [],
"status": "neutral"
}
}