recent_activity
Retrieve recently created or updated nodes and edges from the knowledge graph to see changes made by other sessions. Avoid duplicating work and maintain session continuity.
Instructions
Get recently created or updated nodes and edges.
Use this at session start to see what other sessions have recorded recently. Helps avoid duplicating work and provides continuity across sessions.
Example: recent_activity(since="2026-05-20T00:00:00Z", limit=10)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | No | ISO 8601 date — only show activity after this time | |
| limit | No | Maximum number of results (default: 20) |