get_stale_context
Detect stale relationships in your knowledge graph by confidence threshold, returning them as Markdown to review and update.
Instructions
Returns relationships that have decayed in confidence and may be outdated as a Markdown string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | Optional absolute path to the repository to scope results. | |
| project | No | Optional project_id to scope results (alternative or complement to 'repo' — see `memex init --project-id`). | |
| threshold | No | Confidence threshold below which edges are considered stale (0.0-1.0, default: 0.5). |