list_project_conversations
Search recent conversations from a project by matching the conversation title with a substring.
Instructions
Return recent conversations scoped to a project or workspace.
Matches on conversation title (case-insensitive substring). Covers cases like "my-webapp", "JSAS2026", "personal/memory/mcp", etc.
Args: project: substring to match against conversation title days: look-back window in days (default 14) limit: max conversations to return (default 30)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | ||
| limit | No | ||
| project | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |