get_file
Read file contents from a Claude Design project in chunks. Specify offset and limit to handle large files, and get total size to track remaining content.
Instructions
Get the raw content of a file in a Claude Design project. Use offset and limit to read large files in chunks (default chunk: 20000 chars). Reports total size so you know if more remains.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | Project UUID or full claude.ai design URL. | |
| path | No | File path within the project, e.g. 'Kua - Landing.html'. If omitted and a ?file= param is in the project URL, that file is used. | |
| offset | No | Character offset to start reading from (default 0). | |
| limit | No | Max characters to return (default 20000, max 40000). |