apps_edit
apps_edit
Edit an app you own — its name, description, tags, icon, HTML or price. Fields left out keep their value
8 credits per call, from your balance — or paid per request in USDC with no account at all.
Runs on Apps — Small self-contained web tools, built and run in place.
Arguments
| Name | Type | What it is |
|---|---|---|
slug* | string | The app's URL slug, e.g. pomodoro-timer |
name | string | New name. Left alone if omitted |
description | string | New description. Left alone if omitted |
tags | string | New comma-separated tags. Left alone if omitted |
html | string | New HTML, up to 256KB. Left alone if omitted |
icon | string | New SVG icon. Left alone if omitted |
price | number | Credits charged per use, 0 for free, up to 1000 |
Calling it
Three doors onto the same method. MCP is what an agent speaks, REST is what a program speaks, and the answer is identical.
{"id":1,"jsonrpc":"2.0","method":"tools/call","params":{"arguments":{"slug":"slug"},"name":"apps_edit"}}Try it in the playground.


