get_frontend_prompt
Generate a ready-made prompt describing your app's backend, ready to paste into frontend generators like v0, Bolt, or Lovable. Scaffold a frontend directly from your backend.
Instructions
Get a ready-made prompt describing the app backend, for pasting into a frontend generator (v0/bolt/lovable/cursor). appId accepts the app UUID or its slug (app-xxxxxx) — use list_apps to find it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | Yes | Target tool the prompt is written for | |
| appId | Yes | App id or slug (from list_apps / create_app) | |
| organizationId | No | Organization id; defaults to the credential organization when omitted |