motion-tools
Server Details
Render animated motion-graphics overlays as MP4: lower thirds, titles, callouts
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- kossik/mographr-mcp-docs
- GitHub Stars
- 0
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.3/5 across 4 of 4 tools scored.
Each tool has a clear, distinct role: listing available tools, fetching a tool's schema, initiating a render, and polling render status. There is no overlap or ambiguity between them.
All tool names follow a consistent verb_noun pattern: list_motion_tools, get_motion_tool, render_motion_tool, get_motion_render. The verbs clearly indicate the action, and the nouns are consistent.
Four tools is well-suited for this server's scope—covering discovery, schema inspection, rendering, and polling. No tool feels redundant or missing.
The tool set covers the full workflow: list available templates, get detailed customization options, render a video, and retrieve the result. There are no obvious gaps for the stated purpose.
Available Tools
4 toolsget_motion_renderARead-onlyInspect
Poll a render started with render_motion_tool. Returns status, progress and (when completed) the MP4 download URL.
| Name | Required | Description | Default |
|---|---|---|---|
| renderId | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already provide readOnlyHint=true, so the description doesn't need to cover safety. It adds behavioral details beyond annotations: returns status, progress, and download URL upon completion. It also implies polling behavior. However, it does not disclose potential failure modes or polling intervals.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, well-structured sentence that front-loads the primary action and packs all essential information without redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple polling tool with a single parameter and no output schema, the description covers the what, the return values, and the relationship to the render tool. It lacks error-handling details, but these are not critical for a basic status check.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With 0% schema description coverage, the description compensates by stating that the renderId refers to a render started with render_motion_tool, giving the parameter meaningful context. It stops short of specifying format or additional constraints, but for a single simple parameter it adds sufficient value.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses the specific verb 'Poll' and identifies the resource as 'a render started with render_motion_tool', clearly distinguishing it from siblings like get_motion_tool and render_motion_tool. It also specifies the return values, 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.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implicitly states when to use it: after starting a render with render_motion_tool. It does not explicitly mention alternatives or exclusions, but the sibling names and the phrasing 'Poll a render' make the usage context clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_motion_toolARead-onlyInspect
Get one Mographr tool's full schema: customizable fields (with max lengths and examples), design-system variants (use the variant id when rendering), color schemes, output size and an example render call.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Tool slug from list_motion_tools, e.g. "lower-thirds" |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description adds meaningful behavioral context beyond the annotations by detailing what the schema includes: customizable fields with max lengths/examples, design-system variants, color schemes, output size, and an example render call. Since readOnlyHint already indicates a safe read operation, the description enriches the return content without contradicting annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, front-loaded sentence that conveys the core purpose and then lists the contents in an easy-to-parse colon-separated list. Every word adds value; there is no redundancy or filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple read-only tool with one parameter and no output schema, the description is quite complete: it enumerates the key content of the returned schema. It does not mention error handling or prerequisites, but these are not critical for a tool of this simplicity. The parameter schema covers the source of the slug, filling a potential gap.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema provides full coverage for the lone parameter slug with a clear description and example. The description does not add further parameter syntax but reinforces that the parameter identifies a single tool. With 100% schema coverage, baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states "Get one Mographr tool's full schema" which specifies the action (get) and the resource (one tool's schema). It differentiates from siblings by focusing on schema retrieval rather than listing tools or rendering, and enumerates specific contents (fields, variants, colors, output size, example call).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage when you need detailed schema information for a specific tool, but does not explicitly state when to use it over alternatives like list_motion_tools or render_motion_tool. The schema parameter mentions that the slug comes from list_motion_tools, but this is in the schema, not the description. No exclusions or alternative guidance are provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_motion_toolsARead-onlyInspect
List Mographr's free motion-graphics tools: customizable animated video templates (lower thirds, titles, intros, callouts) that render a real MP4. Each tool supports custom text, preset color schemes and multiple design systems. Free renders include a small mographr.com watermark; each tool's page offers an interactive editor.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint and openWorldHint, so the safety profile is covered. The description adds domain context about the listed tools (e.g., watermark and interactive editor), but it does not disclose behaviors of the list operation itself, such as pagination, sorting, or response format.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is composed of two concise sentences. The first sentence front-loads the core purpose ('List...') and follows with a list of tool types, while the second adds valuable detail about customization, watermark, and editor. Every sentence earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-parameter list tool with no output schema, the description gives a strong sense of what the returned catalog contains: template types, customization options, watermark policy, and editor availability. It lacks explicit return-format details but is adequate given the tool's simplicity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
This tool has zero parameters, and the schema coverage is 100% (vacuously). The description correctly focuses on the catalog contents, and there are no parameter semantics to explain, so the baseline 4 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with 'List Mographr's free motion-graphics tools', a specific verb + resource that clearly identifies the operation. It then elaborates on tool types and features, distinguishing this catalog-listing tool from siblings like get_motion_tool or render_motion_tool.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides rich context that the tool is an overview of available free tools, including their features, watermark, and editor. However, it does not explicitly state when to use this instead of get_motion_tool or render_motion_tool, nor mention any exclusions, so it falls short of a 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
render_motion_toolAIdempotentInspect
Render a customized MP4 with a Mographr free tool. Pass the tool slug, optional variantId (a design-system variant from get_motion_tool; defaults to the tool's default variant), optional colorSchemeId, and fields — the text values keyed by field key. Returns a renderId to poll with get_motion_render plus the interactive page URL. Free renders carry a small mographr.com watermark and take ~1–3 minutes on the CPU render lane.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | ||
| fields | No | Text values keyed by field key, e.g. {"title": "Jane Doe", "subtitle": "Product Designer"} | |
| variantId | No | Design-system variant id (from get_motion_tool). Optional. | |
| colorSchemeId | No | Color scheme id (from get_motion_tool). Optional. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description goes well beyond the annotations by disclosing that free renders contain a watermark, take ~1–3 minutes on the CPU render lane, and return a renderId plus interactive page URL. These behavioral details help the agent set expectations, even though annotations already indicate non-readonly and idempotent behavior.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three dense sentences front-load the purpose, then explain required and optional inputs, and finally disclose output and timing. Every sentence earns its place with no filler, making it easy to scan.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
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, the description adequately explains what is returned, how to poll for the result, and the expected runtime. It also ties into sibling tools (get_motion_tool and get_motion_render) to form a complete workflow.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema covers 75% of parameters, and the description adds useful semantics by explaining that variantId comes from get_motion_tool and defaults to the tool's default variant, and that fields hold text values keyed by field key. This adds meaning beyond the raw schema, though some details are redundant.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with 'Render a customized MP4 with a Mographr free tool', a specific verb+resource pair that clearly states the action and object. It distinguishes itself from sibling tools (get_motion_tool, get_motion_render, list_motion_tools) by focusing on the rendering action rather than listing or retrieving.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description clearly implies when to use this tool: when you need to render a customized MP4 after obtaining a slug and optional ids from get_motion_tool, and it directs polling to get_motion_render. It provides solid contextual guidance, though it does not explicitly enumerate exclusions or contrast with all sibling tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- Alicense-qualityCmaintenanceTurn words, images, and audio into an animated video with MP4 export.Last updatedMIT
- AlicenseAqualityAmaintenanceRender HTML/CSS/JS/SVG animations into high-quality MP4 videos. Exposes render tools to AI agents using Playwright (Chromium) and FFmpeg, running locally or remote.Last updated2MIT
- Alicense-qualityBmaintenanceAn MCP server that turns a script into a Hyperplexed-style motion-graphics MP4. Plug the URL into Claude Desktop, Cursor, or any MCP-compatible agent and it gains a render_video tool.Last updatedMIT
- Alicense-qualityBmaintenanceAn MCP server that generates MP4 b-roll videos from scene specs, enabling AI agents to create branded overlays for short-form video without After Effects.Last updated451MIT