Skip to main content
Glama
VanguardiaAI

motionprompts MCP

by VanguardiaAI

Mechanics that apply to the PAGE, not to a section

suggest_page_treatments

Suggests non-section motion treatments—smooth scroll, section edges, backgrounds, custom cursors, route transitions—to fill gaps between stacked sections and enhance page flow.

Instructions

The twin of suggest_mechanics for the family that does not fill a section slot: smooth scroll, the shaped edge BETWEEN two stacked sections, a background that runs behind the whole page, a custom cursor, route transitions. These were unreachable from the planner because the whole model assumed a mechanic occupies one slot in sections — which is why a page could be planned end to end and still butt every section together with a straight line. A treatment does NOT consume a section and does NOT count toward motion_coverage; it adds on top. Some kinds are decisions rather than components (scroll-suave) and come back with verdict not-a-component instead of a fake candidate list. Still pass whatever you adopt to get_integration_contract: treatments compete for the same capabilities (scroll owner, document height) as any other component.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindYesTreatment kind. One of: scroll-suave, frontera-de-seccion, fondo-continuo, cursor, transicion-de-ruta
needNoWhat it has to do, in prose. Only reorders within the kind's pool.
avoidNoSlugs to exclude.
limitNoMax candidates (default 5).
motion_systemNoThe page's system; echoed back when there is nothing to adopt.
Behavior5/5

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

With no annotations, the description carries full responsibility for behavioral disclosure. It reveals that some kinds return a 'not-a-component' verdict instead of a candidate list, that treatments add on top without consuming sections, and that they compete for capabilities like scroll owner and document height. This goes beyond basic description to expose important edge-case behavior.

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 somewhat long but every sentence provides valuable context: purpose, historical rationale, behavioral exceptions, and integration guidance. It is front-loaded with the key distinction from suggest_mechanics. Slightly verbose due to the historical aside, but still efficient.

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?

For a tool with no output schema and no annotations, the description covers purpose, scope, behavior, and integration requirements comprehensively. It explains the conceptual model (page vs section), constraints (not consuming sections, not counting toward motion_coverage), and special output types. An agent has enough information to select and invoke this tool correctly.

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?

The input schema provides 100% coverage with descriptions for all parameters. The description adds some high-level context (e.g., scroll-suave is a decision rather than a component), but it does not need to explain parameters since the schema already does. Baseline 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 explicitly states it is 'The twin of suggest_mechanics for the family that does not fill a section slot' and lists concrete page-level treatments (smooth scroll, shaped edge, page background, custom cursor, route transitions). This clearly identifies the tool's function and differentiates it from the sibling 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 Guidelines5/5

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

It names the sibling tool as an alternative and clarifies the scope (page-level vs section-level). It also provides specific guidance: 'A treatment does NOT consume a section and does NOT count toward motion_coverage' and advises passing adopted treatments to get_integration_contract, giving the agent concrete when-to-use context.

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