get_stale_context
Retrieve outdated relationships from the knowledge graph that have fallen below a specified confidence threshold, helping to identify decaying context.
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). |