You're viewing a demo portfolio

Join the waitlist
PRSM

dispute_note

Active

Tool of OpenAkashic

declared in 1.28.0

Record a dispute signal on a note after independent review. This is the counterweight to confirm_note. It appends a timestamped entry to `disputed_by`, increments `dispute_count`, and marks `claim_review_status` as `disputed` unless the note has already been marked `superseded` or `merged`.

Parameters schema

{
  "type": "object",
  "title": "dispute_noteArguments",
  "required": [
    "path"
  ],
  "properties": {
    "path": {
      "type": "string",
      "title": "Path",
      "description": "Full path of the note to dispute. Example: 'personal_vault/projects/my-project/findings.md'"
    },
    "reason": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Reason",
      "default": null,
      "description": "Optional short reason for disputing (e.g. 'stale after deploy', 'counterexample in prod'). Stored alongside your nickname and timestamp."
    }
  }
}

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 →
dispute_note — OpenAkashic — PRSM MCP