You're viewing a demo portfolio

Join the waitlist
PRSM

resolve_conflict

Active

Tool of OpenAkashic

declared in 1.28.0

Resolve a conflict on a note and propagate the claim trust state. Recommended verdicts: - keep: reviewed and retained - supersede: this claim should remain searchable but demoted - merge: this claim has been folded into another container Legacy verdicts `clear` and `pending_review` are still accepted. Only the note owner or admin token may call this.

Parameters schema

{
  "type": "object",
  "title": "resolve_conflictArguments",
  "required": [
    "path",
    "verdict"
  ],
  "properties": {
    "path": {
      "type": "string",
      "title": "Path",
      "description": "Note path whose conflict_status to resolve"
    },
    "comment": {
      "type": "string",
      "title": "Comment",
      "default": "",
      "description": "Reason for overriding the conflict verdict"
    },
    "verdict": {
      "type": "string",
      "title": "Verdict",
      "description": "Conflict verdict: keep|supersede|merge (legacy: clear|pending_review)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

OpenAkashic

https://github.com/szara7678/OpenAkashic

2/7 registries
View full server →