Send instructions to Claude Design
send_promptSend a design prompt to Claude Design, wait for it to complete, and receive the response and the files it changed.
Instructions
Give Claude Design an instruction in one project and wait for it to finish, then return what it said and which files it touched. It runs its own agent loop (reading and writing project files, taking screenshots), so a single prompt can take minutes. Sends into the project's active chat.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wait | No | Wait for it to finish. false returns as soon as the prompt is sent. | |
| chatId | No | Chat to post into. Defaults to whichever is already active. | |
| prompt | Yes | What Claude Design should do | |
| visible | No | Show the browser window so the user can watch it work | |
| maxChars | No | Per-message clip length | |
| projectId | Yes | Project UUID from list_projects | |
| attachments | No | Local file paths to attach, e.g. a screenshot from this repo to design from or compare against | |
| idleSeconds | No | Network-quiet period before checking for a reply. Raise it for jobs with long tool calls. | |
| timeoutSeconds | No | Give up waiting after this long | |
| referenceProjectIds | No | Other projects to pull context from. Their URLs are appended to the prompt, which is how Claude Design picks them up. |