get_ideas
Retrieve your captured ideas from a chosen time window, newest first, to revisit and act on them.
Instructions
List captured ideas from your knowledge base, newest first.
Use this to review what you've been thinking about over a chosen time
window — the ideas you logged with capture_idea — so you can revisit,
connect, or act on them. Pairs with capture_idea (to add) and
cross_pollinate (to surface related work).
Args:
scope: Time window to retrieve. One of "today", "week" (last 7 days),
"month" (last 30 days), or "all". Defaults to "week".
limit: Maximum number of ideas to return, newest first. Defaults to 20.
Returns:
A formatted list of matching ideas with their timestamps and tags, or a
friendly note if none were found in that window.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | week | |
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |