Skip to main content
Glama
a-saeedia

creative-lemon

by a-saeedia

lemon_motion_recipe

Get copy-paste motion code recipes for CSS scroll-driven effects, GSAP animations, and Lenis integration, including reduced-motion handling.

Instructions

Copy-paste motion code recipes for 2026 patterns: native CSS scroll-driven (reveal, parallax, progress, marquee, svg-draw), GSAP (line mask, char reveal, word scrub, pinned story, horizontal scroll, magnetic, frame-scrub) and the GSAP+Lenis integration. Includes reduced-motion handling in every recipe.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoRecipe id: css-reveal, css-scroll-progress, css-parallax, css-marquee, css-svg-draw, gsap-lenis-setup, gsap-line-mask, gsap-char-reveal, gsap-word-scrub, gsap-scramble, gsap-pinned-story, gsap-magnetic, gsap-frame-scrub, gsap-horizontal-scroll, reduced-motion-pattern. Omit to list all.
searchNoKeyword search across titles and descriptions.
categoryNoFilter by runtime: pure CSS (zero JS), GSAP, or integration code.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description adds behavioral context beyond schema: it promotes copy-paste usability, notes reduced-motion handling in every recipe, and lists specific patterns, which aids in setting expectations. However, with no annotations provided, the description carries more responsibility, but it does not disclose missing aspects like output format limits or potential errors (e.g., invalid id behavior). It is adequate but not exceptional.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and front-loaded with the purpose ('Copy-paste motion code recipes'), then lists specifics, and ends with the reduced-motion point. Every sentence contributes to understanding what is included, with no fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description is comprehensive for what it offers: it enumerates the exact recipes, mentions reduced-motion, and the param list is exhaustive. Given the moderate complexity (3 params, no output schema), the description covers the necessary context well. It could mention that omitting id returns a list, but the schema has that. It is near-complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so parameters are fully described. The description does not add much beyond the schema's parameter descriptions, but it does reinforce the search and filter capabilities implicitly. Since the schema already documents all three params, a baseline of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states this provides copy-paste motion code recipes for specific patterns, naming the list of technologies (CSS scroll-driven, GSAP, GSAP+Lenis). It is highly specific and distinct from siblings, which focus on design principles, palettes, typography, etc. It also indicates the inclusion of reduced-motion handling, making the purpose unmistakable.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for developers needing ready-to-use motion code, but does not explicitly state when to use this tool versus alternatives like lemon_section_recipe (which might also include motion recipes) or lemon_trend_report. It does mention reduced-motion, but lacks explicit conditions or exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.