Skip to main content
Glama
VanguardiaAI

motionprompts MCP

by VanguardiaAI

Integration contract for a set of components

get_integration_contract

Audit page motion plans for GSAP compliance: uncover rule violations, warnings, budget limits, and get an ordered initialization plan covering Lenis, CustomEase, ScrollTrigger, and WebGL.

Instructions

Given the slugs you intend to put on ONE page, returns: rule violations (hard, invalidate the page), warnings, the measured budget (JS gzip / assets / scroll corridor), and an ordered init plan — single Lenis instance, CustomEase registration, entry veil first, one ScrollTrigger.refresh() at the end, WebGL loop gating. Every step cites the evidence it comes from.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugsYes
motion_systemNo
moving_sectionsNoLas secciones que DEBEN moverse (plan_page → motion_coverage.must_move), o cuántas son. Con esto el contrato audita la cobertura y te dice si te has quedado corto.
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses the tool's behavior in detail: it returns rule violations (hard vs warnings), measured budget dimensions, and an ordered init plan; also notes that every step cites evidence. This is transparent for a read-only analysis tool, though it omits potential side effects like authentication or rate limits.

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 two sentences, front-loaded with the core purpose, and uses an em-dash list to succinctly enumerate key outputs and plan order. No filler words; every clause adds value.

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

Completeness3/5

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

Without an output schema, the description thoroughly covers return values (violations, warnings, budget, init plan) and even details plan order. However, the input side is incomplete: optional parameters motion_system and moving_sections are not explained, so the agent may not invoke the tool correctly with all parameters.

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

Parameters2/5

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

Schema description coverage is only 33% (only moving_sections has a description). The tool description explains 'slugs' (components for a page) but provides no meaning for 'motion_system' or 'moving_sections', leaving agents uncertain about how to fill these optional parameters. The Spanish description for moving_sections adds limited clarity.

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 a specific action (returns) and resource (integration contract) with a defined scope: given slugs for one page. It lists concrete outputs (violations, warnings, budget, init plan) that distinguish it from sibling tools like get_component or suggest_mechanics.

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 gives a clear usage context: 'Given the slugs you intend to put on ONE page' indicates when to use the tool. It does not explicitly state when not to use it or name alternatives, so it lacks exclusions but provides a clear situational trigger.

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

Install Server

Other Tools

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/VanguardiaAI/motionprompts-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server