Skip to main content
Glama

designesy_motion_score

Validate a Lottie animation file against the Lottie spec v1.0.1 and the Designesy §16 Ten Non-Negotiable Motion Standards, returning 10 checks (m01-m10) with PASS/FAIL/WARN. The DTCG 2025.10 spec leaves motion tokens as a second-class citizen — there is no standard for motion token structure, reduced-motion markers, or animation accessibility. Designesy's motion validator fills this gap: it checks required fields (v, fr, ip, op, w, h, layers), $version, a markers array for reduced-motion compliance, and no deprecated version. Use this to verify a motion/animation asset is well-formed AND accessible — the only validator that checks both. When NOT to use: for full-site motion scoring (not a single Lottie file), use designesy_score. Executable — fetches the URL or parses the raw Lottie JSON, runs 10 checks server-side. No browser needed. Returns JSON: { checks[{id (m01–m10), name, status (PASS/FAIL/WARN), detail}], valid, score }. Pass url to fetch a remote Lottie file, or lottie_file to validate an inline JSON string. Provide exactly one.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoURL to a Lottie JSON file. The tool fetches and validates it.
lottie_fileNoRaw Lottie JSON string to validate (alternative to url).

TDQS

A4.6/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It explains that the tool is 'Executable — fetches the URL or parses the raw Lottie JSON, runs 10 checks server-side. No browser needed.' It also discloses the exact return JSON structure and the meaning of valid/score. It does not cover possible error conditions (e.g., invalid URL, timeouts) or authentication, but for a validation tool with read-only behavior, the core transparency is strong.

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

Conciseness4/5

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

The description is longer than typical, but every sentence contributes value: purpose, standards, check details, rationale for the validator's existence, usage, when-not-to-use, execution model, return format, and parameter guidance. It is front-loaded with the core purpose and structured logically. While it could be trimmed slightly, the length is justified by the complexity of the tool and the absence of annotations or an output schema.

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

Completeness5/5

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

Given that there is no output schema and no annotations, the description fully compensates by defining the return shape ({ checks[{id, name, status, detail}], valid, score }), the specific checks (m01-m10), and the standards involved. It also explains why the validator exists (DTCG spec gap) and how it differs from designesy_score. This is a complete and self-contained description for an agent to select and invoke the tool correctly.

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

Parameters4/5

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

The schema already documents both parameters (url and lottie_file) with descriptions, so the baseline is 3. The description adds meaningful semantics beyond the schema: it explains that url is for fetching a remote Lottie file, lottie_file is for an inline JSON string, and critically, 'Provide exactly one.' This clarifies the mutual exclusivity, which is not enforced by the schema (required is empty). This additional guidance lifts the score above baseline.

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 starts with a specific verb ('Validate') and resource ('a Lottie animation file'), and clearly states the two standards it validates against (Lottie spec v1.0.1 and Designesy motion standards). It explicitly mentions returning 10 checks (m01-m10) with PASS/FAIL/WARN, and distinguishes itself from sibling tools by noting it validates a single Lottie file rather than full-site scoring (which designesy_score handles).

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

Usage Guidelines5/5

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

The description provides explicit when-to-use guidance: 'Use this to verify a motion/animation asset is well-formed AND accessible — the only validator that checks both.' It also gives a clear when-not-to-use condition and names the alternative: 'When NOT to use: for full-site motion scoring (not a single Lottie file), use designesy_score.' Additionally, it instructs the caller to 'Provide exactly one' of url or lottie_file, which is critical operational guidance.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.7/5.0
Disambiguation5/5

Each tool has a clearly scoped purpose, and the extensive 'When NOT to use' notices cleanly separate the many scoring variants (e.g., score, drift, readiness, monitor, tokens, motion, a11y). Even similar informational endpoints (contract, skill, llms) are differentiated by format and use case. No two tools appear to do the same thing.

Naming Consistency5/5

All tools follow a consistent 'designesy_' prefix, and scoring tools uniformly append '_score' (e.g., drift_score, tokens_score, monitor_score). Non-score tools use descriptive noun suffixes (catalog, contract, report, guardrails). The pattern is predictable and uniform throughout.

Tool Count4/5

At 17 tools, the set is slightly above the ideal 3-15 range, but the breadth of the design-system intelligence domain justifies the count. Each scoring variant targets a different artifact (live URL, token file, Lottie, temporal drift) and the informational endpoints serve distinct formats. The tool count is heavy but not bloated.

Completeness5/5

The toolset covers the full assessment lifecycle: full audit (score), drift and temporal governance (drift_score, monitor_score), AI readiness (readiness_score), token and motion validation (tokens_score, motion_score), accessibility framework (a11y_score), diff (compare), composite report (report), guardrails generation, and multiple discovery formats (catalog, contract, skill_md, llms). No obvious dead ends exist; each tool leads to a usable artifact or clear next step.