🔍Search Tool

unfinished_threads

Find conversation threads still in exploring/crystallizing stage with open questions. Intellectual work worth revisiting.

When to use this

Use unfinished_threads to find conversations that deserve follow-up — threads where you started exploring or crystallizing but haven't reached resolution.

Quick Example

mcporter call brain.unfinished_threads domain="backend-dev"
Response
## Unfinished Threads in backend-dev (importance >= significant)

🔥 🔍 API Rate Limiting Architecture
  Domain: backend-dev | Source: claude-code | 34 msgs
  > Exploring rate limiting strategies for the API...
  Open questions:
    ❓ Per-user or per-IP rate limiting?
    ❓ Redis vs in-memory for counter storage?
    ❓ How to handle burst traffic for webhooks?
  ID: abc-123...

⭐ 💎 Webhook Retry Logic
  Domain: backend-dev | Source: chatgpt | 18 msgs
  > Designing retry logic for failed webhook deliveries...
  Open questions:
    ❓ Exponential backoff ceiling?
    ❓ Dead letter queue vs retry forever?
  ID: def-456...

Parameters

NameTypeRequiredDefaultDescription
domainstringNoFilter by cognitive domain
importancestringNo"significant"Minimum importance: 'breakthrough', 'significant', or 'routine'

Examples

All significant threads

mcporter call brain.unfinished_threads

Breakthroughs only

mcporter call brain.unfinished_threads importance="breakthrough"

Everything including routine

mcporter call brain.unfinished_threads importance="routine"