FS
Fine Structure
/update_app
Update App
Update an existing application with a new prompt. The AI modifies the app based on your instructions. Creates a Saved Version before the update. Returns a job_i
liveunknown~5s typical
mcpfinestructure
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-finestructure-fine-structure /update_app for me.
Input
| Field | Type | Description |
|---|---|---|
| app_id* | string | The app ID to update |
| prompt* | string | What to change in the app |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-finestructure-fine-structure","endpoint":"/update_app","input":{"app_id":"...","prompt":"..."}}'cli
npx cracked-ai run -p mcp-ai-finestructure-fine-structure -e /update_app -i '{"app_id":"...","prompt":"..."}'mcp
run_tool({ provider: "mcp-ai-finestructure-fine-structure", endpoint: "/update_app", input: {"app_id":"...","prompt":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.