dispute_note
ActiveTool of OpenAkashic
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."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
OpenAkashic
https://github.com/szara7678/OpenAkashic
2/7 registries