creator.lottiefiles.com
Create high quality, lightweight, powerful and interactive animations with Lottie Creator. Bring motion to your designs quickly and easily.
First seen 2026-09-14 · Last seen 2026-09-14 · Source: webmcp.com
Answer 13 · Act 3 · Transact 0 · Score: Not yet scored
Tool inspector
execute_typescript
Execute TypeScript in an isolated QuickJS sandbox to edit Creator. First use discover_tools for typed external_ functions. Await every external_* call; calls are serialized. Return a JSON-serializable value; console.log captures text. No DOM, storage, network, imports, or persistent globals are available. Each run has a 30-second limit and 32 MB heap. At most two runs can execute at once per editor; additional runs fail immediately as busy and can be retried after an active run finishes. Edits already applied remain if a later call fails or execution is cancelled; read_scene to verify the result.
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
typescriptCode |
string | yes | — |
Raw JSON schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"typescriptCode": {
"type": "string",
"minLength": 1,
"maxLength": 100000
}
},
"required": [
"typescriptCode"
],
"additionalProperties": false
}
Similar websites
neohack.dev
An inviting pixel-art doorway into NetHack. Explore at your own pace, one thoughtful turn at a time.
persona-chat.dev
Persona is an open-source, themeable AI chat widget you can add to any website in minutes. SSE streaming, agent loops, tool use, and style isolation: zero frame…
demos.telerik.com
Explore and test a wide range of Telerik UI for Blazor examples, demos, and sample applications.
bandarra.me
WebMCP-enabled text editor with imperative tools for document I/O, workspace CRUD, on-device translation, and sub-agent (planner / researcher / writer / reviewe…