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
list_fonts
List font families available in the active project — Creator's curated presets, Google Fonts, OS-installed local fonts (when permission has been granted), and project-uploaded font assets. Use this when the user names a specific font you're not sure is loaded ('animate "Acme" in Bebas Neue letter-by-letter'), or when you need to recommend a fallback that's actually present. When to call: - User names a font you're not certain exists in this project (brand fonts, niche typefaces). - You're about to call `create_text` / `set_text_style` with a specific `font_name` and want to verify the family + style are loaded. - You're deciding between multiple style options for the same family. When NOT to call: - The user didn't specify a font — `create_text` uses the project default. Calling this would just burn a turn. - You already called it earlier in the conversation. Returns `{ families: [{ family, styles, default_style, source }] }`. `source` is one of `'PRESET' | 'GOOGLE_FONT' | 'LOCAL' | 'ASSET'`. If the requested family isn't in the list, fall back to a similar style + tell the user (e.g. 'Bebas Neue isn't loaded; I used Anton, the closest condensed sans available'). Pass `source` to filter to one category. Note: the catalog is a snapshot of what's currently loaded. Local OS fonts only appear after the user grants the browser's `local-fonts` permission, which Creator does not prompt for automatically.
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
source |
string | no | Filter the result to one font origin. 'all' (default) returns every loaded family. |
Raw JSON schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"source": {
"description": "Filter the result to one font origin. 'all' (default) returns every loaded family.",
"type": "string",
"enum": [
"all",
"preset",
"google",
"local",
"asset"
]
}
},
"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…