top_notes
Return notes ranked by engagement score or recency to surface core knowledge, frequently researched topics, and recent work.
Instructions
Return your most important notes ranked by engagement.
Two ranking modes:
score (default): Ebbinghaus decay score = access_count / time_decay. High score = frequently accessed AND recently accessed. Best for finding your core knowledge nodes and most-researched stocks.
recency: Last accessed time. Best for resuming recent work.
Use cases:
Finance: find your most-researched tickers (= notes with highest score)
Knowledge: find Evergreen note candidates (high score = worth refining)
Weekly review: top 20 notes you've engaged with most this week
Args: by: "score" or "recency" (default "score") limit: Number of notes to return (default 20)
Returns: Ranked Markdown table of notes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | No | score | |
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |