invalidate_decision
Mark decisions as invalid to exclude them from active queries while preserving historical records. Use when decisions are superseded or reversed in the trace-mcp server's knowledge graph.
Instructions
Mark a decision as no longer valid. The decision remains in the knowledge graph for historical queries but is excluded from active queries. Use when a decision is superseded or reversed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Decision ID to invalidate | |
| valid_until | No | ISO timestamp when decision became invalid (default: now) |