Skip to main content
Glama

LottieFiles MCP Server

types.ts856 B
export interface LottieAnimation { id: string; name: string; description: string; previewUrl: string; downloadUrl: string; tags: string[]; createdAt: string; updatedAt: string; } export interface SearchAnimationsParams { query: string; page?: number; limit?: number; } export interface GetAnimationParams { id: string; } export interface GetPopularAnimationsParams { page?: number; limit?: number; } export interface SearchAnimationsResponse { animations: LottieAnimation[]; total: number; page: number; limit: number; } export interface GetPopularAnimationsResponse { animations: LottieAnimation[]; total: number; page: number; limit: number; } export interface Prompt { name: string; description: string; arguments: Array<{ name: string; description: string; required: boolean; }>; }

Latest Blog Posts

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