raggy_threads
Answer session-based queries by listing recent threads or fetching all memories for a specific session ID to recall past discussions, decisions, and preferences.
Instructions
Use for session-based queries like "what was in my last session" or "what did we discuss in that conversation about X". action="list" browses recent sessions; action="get" retrieves all memories for one session_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max threads to return (default: 10) | |
| since | No | List threads since this time (default: 7 days ago) | |
| action | No | List all threads or get memories for one thread (default: list) | |
| session_id | No | Session ID to get (required when action=get) | |
| source_app | No | Filter threads by source app |