← WebMCP Directory

creator.lottiefiles.com

creator.lottiefiles.com

live Unverified (seed import) Developer Tools 16 tools imperative implementation

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

read_keyframes

answer imperative

Read the current keyframes on a layer's keyframe-tool properties. Use this whenever the user asks to TUNE, POLISH, or MODIFY an existing animation ('make the bounce snappier', 'slow down the fade', 'shift this 10 frames later', 'make the rotation smoother') — so you can see what's actually there before changing it, instead of rebuilding from scratch. Without `property`, returns a map of the core properties handled by `apply_keyframes` (`position`, `scale`, `rotation`, `opacity`, `fill_color`, trim path fields, and `stroke_width`). With `property`, returns just that explicit core or extended property. Extended properties such as masks, shape paths, gradients, text animator fields, and time mapping must be named explicitly; they are not included in the bulk read. For static (non-animated) properties, `is_animated` is false and `static_value` is returned instead of keyframes. **For `position` on a TEXT layer, `static_value` is the RAW transform (baseline / box-origin anchor) — NOT the visual center. To animate a text position relative to its rest (the only safe way), keyframe from THIS `static_value`, not from `visual_center`. For a settle-into-place entrance, prefer `animate_entrance`, which reads this for you.** Easing in returned keyframes comes through as the raw stored shape: `{ type: "LINEAR" }` or `{ type: "CUBIC_BEZIER", x1, y1, x2, y2 }`. (Named presets are expanded at write-time, so reads only see the resolved bezier coefficients.)

Input schema

PropertyTypeRequiredDescription
layer_id string yes
property string no Optional — restrict to one core or extended keyframe-tool property. Omit to read all core keyframe-tool properties on the layer.
Raw JSON schema
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "object",
  "properties": {
    "layer_id": {
      "type": "string"
    },
    "property": {
      "description": "Optional — restrict to one core or extended keyframe-tool property. Omit to read all core keyframe-tool properties on the layer.",
      "type": "string",
      "enum": [
        "position",
        "scale",
        "rotation",
        "opacity",
        "fill_color",
        "trim_start",
        "trim_end",
        "trim_offset",
        "stroke_width",
        "stroke_color",
        "fill_opacity",
        "stroke_opacity",
        "gradient_stops",
        "gradient_start",
        "gradient_end",
        "highlight_angle",
        "highlight_length",
        "shape_path",
        "shape_size",
        "rectangle_roundness",
        "outer_radius",
        "inner_radius",
        "outer_roundness",
        "inner_roundness",
        "polygon_points",
        "star_points",
        "text_fill_color",
        "text_stroke_color",
        "text_stroke_width",
        "mask_path",
        "mask_opacity",
        "time_mapping"
      ]
    }
  },
  "required": [
    "layer_id"
  ],
  "additionalProperties": false
}

Similar websites

neohack.dev

neohack.dev

An inviting pixel-art doorway into NetHack. Explore at your own pace, one thoughtful turn at a time.

live Unverified Developer Tools Transact tools
54 tools A3 / Act49 / T2 Not yet scored Seen 2026-09-14
create observe inspect lookup navigation
Inspect tools
persona-chat.dev

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…

live Unverified Developer Tools Transact tools
42 tools A10 / Act29 / T3 Not yet scored Seen 2026-09-14
get_theme_overview set_brand_colors assign_color_role set_typography set_roundness
Inspect tools
demos.telerik.com

demos.telerik.com

Explore and test a wide range of Telerik UI for Blazor examples, demos, and sample applications.

live Unverified Developer Tools
30 tools A1 / Act29 / T0 Not yet scored Seen 2026-09-14
warehouse-map-map-set-center warehouse-map-map-set-zoom warehouse-map-map-add-marker warehouse-map-map-clear-markers inventory-sheet-spreadsheet-set-cell
Inspect tools
bandarra.me

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…

demo Unverified Developer Tools Transact tools
27 tools A12 / Act14 / T1 Not yet scored Seen 2026-09-14
list_skills read_skill read read_selection search
Inspect tools

Related on Influzer