Read a Claude Design chat
read_chatRead the latest transcript from a Claude Design chat to review design replies or catch up on the conversation after sending a prompt.
Instructions
Read what Claude Design has said. Returns the tail of the transcript for one chat. This is the read side of the conversation: use it after send_prompt, or on its own to catch up on what was discussed in the browser.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many recent messages to return | |
| chatId | No | Chat id. Defaults to the active chat. | |
| maxChars | No | Per-message clip length | |
| projectId | Yes | Project UUID | |
| includeAll | No | Include system/bookkeeping messages too |