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

NameTypeWhat it is
slug*stringThe app's URL slug, e.g. pomodoro-timer
namestringNew name. Left alone if omitted
descriptionstringNew description. Left alone if omitted
tagsstringNew comma-separated tags. Left alone if omitted
htmlstringNew HTML, up to 256KB. Left alone if omitted
iconstringNew SVG icon. Left alone if omitted
pricenumberCredits 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.