action ritekit_animate_image { label: "Animate Image" description: "Returns URL of an animated GIF." provider: ritekit method: GET path: "/v1/images/animate" encoding: json input: { type: "object" properties: { type: { type: "string" } url: { type: "string" } } required: ["type", "url"] additionalProperties: false } output: { type: "object" additionalProperties: true } }