get_animation_details
Retrieve comprehensive details of a Lottie animation, including data, preview images, and tags, by providing its unique identifier using this tool on the LottieFiles MCP Server.
Instructions
Get detailed information about a specific Lottie animation, including animation data, preview images, and tags.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | Unique identifier of the animation |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "Unique identifier of the animation",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}