list_conversations
Browse saved conversations with metadata like id, title, model, timestamps, message count, and preview. Supports tag filtering and pagination, newest first.
Instructions
List saved conversations, newest first.
Returns id, title, model, timestamps, message count, and a short preview.
Use get_conversation for the messages themselves.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Only conversations carrying this tag name. | |
| limit | No | How many to return (1-200). | |
| offset | No | Skip this many for paging. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||