U
unulu
/unulu_update_site
Update a site
Update an existing site. All fields are optional — only provided fields are changed. Links replace the entire array (omit to keep existing). Before updating, al
liveunknown~5s typical
mcpunulu
$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-unulu-unulu /unulu_update_site for me.
Input
| Field | Type | Description |
|---|---|---|
| site_id* | string | Site ID, full URL (e.g. https://abc123.unu.lu), or bare hostname (e.g. abc123.unu.lu) |
| claim_token | string | HMAC token for ephemeral sites (alternative to X-Claim-Token header) |
| claim_url | string | Legacy parameter — accepts a full Claim URL from older create-site responses. The server e |
| edit_token | string | JWT token for claimed sites (alternative to X-Edit-Token header) |
| name | string | Display name / heading for the site |
| bio | string | Short bio in first person, 1–3 sentences, capturing what's distinctive — no filler phrases |
| links | array | Replaces all links — omit to keep existing links unchanged. Order matters — place the most |
| skin_id | string | Optional theme skin. When omitted, the live site includes a visual theme chooser — prefer |
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-unulu-unulu","endpoint":"/unulu_update_site","input":{"site_id":"..."}}'cli
npx cracked-ai run -p mcp-ai-unulu-unulu -e /unulu_update_site -i '{"site_id":"..."}'mcp
run_tool({ provider: "mcp-ai-unulu-unulu", endpoint: "/unulu_update_site", input: {"site_id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.