List claude.ai conversations
list_web_conversationsLists conversations from a claude.ai web account, newest first, returning UUID, title, and timestamps to browse and import chat history.
Instructions
List conversations from the claude.ai web account (newest first). Returns uuid, title and timestamps. Use read_web_conversation to pull one in.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many conversations to return | |
| offset | No | Pagination offset | |
| contains | No | Optional case-insensitive filter on the conversation title |