Skip to main content
Glama

LottieFiles MCP Server

search_animations

Find Lottie animations by keywords, tags, or descriptions with pagination support on the LottieFiles MCP Server.

Instructions

Search for Lottie animations by keywords, tags, and other criteria. Supports pagination.

Input Schema

NameRequiredDescriptionDefault
limitNoNumber of items per page
pageNoPage number, starting from 1
queryNoSearch keywords that match animation names, descriptions, tags, etc.

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 20, "description": "Number of items per page", "maximum": 100, "minimum": 1, "type": "integer" }, "page": { "default": 1, "description": "Page number, starting from 1", "minimum": 1, "type": "integer" }, "query": { "description": "Search keywords that match animation names, descriptions, tags, etc.", "type": "string" } }, "type": "object" }

Other Tools from LottieFiles MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/junmer/mcp-server-lottiefiles'

If you have feedback or need assistance with the MCP directory API, please join our Discord server