Get the screenshot workflow
get_workflowReturns the full appdesigns recipe for one platform and store, as markdown: how to pick the screens, how to check and populate demo data with the user's consent, the exact capture commands (simulator or emulator, status bar, deep links), the caption rules, and the upload and hand-off steps. Read-only; changes nothing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| store | No | Which store the screenshots are for. | app_store |
| platform | Yes | How the app is built: ios (Swift or Objective-C), android (Kotlin or Java), expo, react-native, flutter, or web (a web app or PWA). |