💬Conversation Tool

conversations_by_date

List all conversations that occurred on a specific date. See what you were working on.

When to use this

Use conversations_by_date to review a specific day — what you discussed, which tools/models you used, and across which topics.

Quick Example

mcporter call brain.conversations_by_date date="2025-06-15"
Response
## Conversations on 2025-06-15 (7 found)

- Auth Middleware Redesign
  claude-code/claude-4 | ID: abc-123...

- React Component Testing
  chatgpt/gpt-4o | ID: def-456...

- Brain MCP Docs Planning
  claude_desktop/claude-3.5-sonnet | ID: ghi-789...

- Embedding Pipeline Debug
  claude-code/claude-4 | ID: jkl-012...

- Weekly Review Notes
  clawdbot/claude-4 | ID: mno-345...

- Torah Study: Parshat Korach
  chatgpt/gpt-4o | ID: pqr-678...

- Optilab API Specs
  claude-code/claude-4 | ID: stu-901...

Parameters

NameTypeRequiredDefaultDescription
datestringYesDate in YYYY-MM-DD format (e.g., '2025-06-15')
limitintegerNo30Maximum conversations to return

Examples

Check a specific date

mcporter call brain.conversations_by_date date="2025-01-15"

Today

mcporter call brain.conversations_by_date date="$(date +%Y-%m-%d)"