Skip to main content
Glama
IBM
by IBM

Server Quality Checklist

67%
Profile completionA complete profile improves this server's visibility in search results.
  • Latest release: v1.0.0

  • Disambiguation5/5

    Each tool has a clearly distinct purpose with no overlap. Tools are well-categorized into project management (create_project, list_projects), composition building (add_lower_third, add_title_scene), generation (generate_video), information retrieval (get_component_schema, get_composition_info, get_info), and discovery (list_components, search_components, list_themes, list_color_tokens, list_typography_tokens, list_motion_tokens). The descriptions clearly differentiate between creating components, getting information, and listing available resources.

    Naming Consistency5/5

    All tools follow a perfect 'remotion_verb_noun' pattern with consistent snake_case throughout. The verbs are appropriately chosen for each action (add, create, generate, get, list, search) and nouns clearly indicate the target resource (project, video, component_schema, composition_info, etc.). This creates a highly predictable and readable naming convention across all 15 tools.

    Tool Count5/5

    15 tools is ideal for a video generation server of this scope. The tools comprehensively cover the entire workflow from project creation to component addition to video generation, plus extensive discovery and information tools. Each tool earns its place with no redundancy, providing complete coverage without being overwhelming for the domain of Remotion video composition and generation.

    Completeness5/5

    The tool surface provides complete coverage for video generation with Remotion. It covers the full lifecycle: project setup (create_project, list_projects), composition building (add_lower_third, add_title_scene), generation (generate_video), and comprehensive discovery/information tools for all resources (components, themes, tokens). There are no obvious gaps - agents can create projects, add components, generate videos, and discover all available building blocks through well-designed listing and search tools.

  • Average 3.8/5 across 15 of 15 tools scored. Lowest: 3/5.

    See the Tool Scores section below for per-tool breakdowns.

    • No community issues in the last 6 months
    • 0 commits in the last 12 weeks
    • Last stable release on
    • No critical vulnerability alerts
    • No high-severity vulnerability alerts
    • No code scanning findings
    • CI is failing
  • This repository is licensed under Apache 2.0.

  • This repository includes a README.md file.

  • No tool usage detected in the last 30 days. Usage tracking helps demonstrate server value.

    Tip: use the "Try in Browser" feature on the server page to seed initial usage.

  • Add a glama.json file to provide metadata about your server.

  • If you are the author, simply .

    If the server belongs to an organization, first add glama.json to the root of your repository:

    {
      "$schema": "https://glama.ai/mcp/schemas/server.json",
      "maintainers": [
        "your-github-username"
      ]
    }

    Then . Browse examples.

  • Add related servers to improve discoverability.

How to sync the server with GitHub?

Servers are automatically synced at least once per day, but you can also sync manually at any time to instantly update the server profile.

To manually sync the server, click the "Sync Server" button in the MCP server admin interface.

How is the quality score calculated?

The overall quality score combines two components: Tool Definition Quality (70%) and Server Coherence (30%).

Tool Definition Quality measures how well each tool describes itself to AI agents. Every tool is scored 1–5 across six dimensions: Purpose Clarity (25%), Usage Guidelines (20%), Behavioral Transparency (20%), Parameter Semantics (15%), Conciseness & Structure (10%), and Contextual Completeness (10%). The server-level definition quality score is calculated as 60% mean TDQS + 40% minimum TDQS, so a single poorly described tool pulls the score down.

Server Coherence evaluates how well the tools work together as a set, scoring four dimensions equally: Disambiguation (can agents tell tools apart?), Naming Consistency, Tool Count Appropriateness, and Completeness (are there gaps in the tool surface?).

Tiers are derived from the overall score: A (≥3.5), B (≥3.0), C (≥2.0), D (≥1.0), F (<1.0). B and above is considered passing.

Tool Scores

  • Behavior2/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 states the return type ('JSON array of projects') but lacks details on pagination, error handling, permissions, or rate limits. This is inadequate for a tool with zero annotation coverage.

    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 front-loaded with the core purpose, followed by return and example sections. It's efficient with minimal waste, though the example could be more informative (e.g., showing output structure).

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

    Completeness2/5

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

    Given no annotations, no output schema, and a list operation that might involve pagination or filtering, the description is incomplete. It lacks behavioral context and doesn't compensate for the missing structured data, making it insufficient for reliable agent use.

    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 tool has zero parameters, and schema description coverage is 100%, so no parameter information is needed. The description doesn't add any parameter details, which is appropriate, but it could have mentioned implicit constraints like workspace context. Baseline 4 is applied for zero-parameter tools.

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

    Purpose4/5

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

    The description clearly states the action ('List all') and resource ('Remotion projects in the workspace'), making the purpose unambiguous. However, it doesn't explicitly differentiate from sibling list tools like 'remotion_list_components' or 'remotion_list_themes', which prevents a perfect score.

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

    Usage Guidelines2/5

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

    No guidance is provided on when to use this tool versus alternatives. The description doesn't mention prerequisites, context, or exclusions, leaving the agent to infer usage from the tool name alone.

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

  • Behavior2/5

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

    No annotations are provided, so the description carries full burden. It states the tool returns JSON with font details and is optimized for video, but doesn't disclose behavioral traits like rate limits, authentication needs, or whether it's a read-only operation. The example suggests async usage, but this isn't explicitly stated in the description text.

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

    Conciseness3/5

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

    The description is moderately concise but includes redundant elements. The first sentence clearly states the purpose, but the 'Returns' section repeats information, and the example is verbose for a simple tool. It could be more front-loaded and eliminate repetition like 'Returns font families...' after already stating it returns tokens.

    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?

    Given the tool's low complexity (0 parameters, no annotations, no output schema), the description is minimally adequate. It explains what the tool does and the return format, but lacks details on behavioral context (e.g., async nature, video-specific constraints). Without annotations or output schema, it should provide more completeness for a tool in a video processing context.

    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 tool has 0 parameters, and schema description coverage is 100% (empty schema). The description doesn't need to add parameter semantics, so it meets the baseline of 4 for no parameters. It appropriately focuses on output without unnecessary parameter details.

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

    Purpose4/5

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

    The description clearly states the tool's purpose: 'List all available typography tokens.' It specifies the resource (typography tokens) and verb (list), and distinguishes from siblings like 'remotion_list_color_tokens' by focusing on typography. However, it doesn't explicitly differentiate from 'remotion_list_motion_tokens' or 'remotion_list_themes' beyond the token type.

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

    Usage Guidelines2/5

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

    No guidance is provided on when to use this tool versus alternatives. It doesn't mention prerequisites, context (e.g., for video design), or compare with siblings like 'remotion_get_theme_info' which might include typography. The description implies usage for video optimization but lacks explicit when/when-not instructions.

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

  • Behavior2/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 mentions that the tool returns details like components, timeline, duration, and configuration, which adds some context about what information is retrieved. However, it doesn't disclose critical behavioral traits such as whether it's read-only, requires authentication, has rate limits, or what happens if no composition is current. For a tool with zero annotation coverage, this is a significant gap.

    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 appropriately sized and front-loaded, starting with the core purpose. However, the 'Example' section is somewhat redundant, as it restates the return without adding new usage insights. Overall, it's efficient but could be slightly more streamlined by removing the example or integrating it better.

    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?

    Given the tool's complexity (simple info retrieval with 0 parameters) and no output schema, the description is moderately complete. It explains what information is returned (components, timeline, etc.), but lacks details on the return format beyond 'JSON with composition information' and doesn't cover error cases or prerequisites. With no annotations, it should do more to compensate, making it adequate but with clear gaps.

    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 input schema has 0 parameters with 100% coverage, so the schema fully documents the lack of parameters. The description doesn't add parameter-specific information, which is appropriate since there are no parameters. According to the rules, 0 parameters results in a baseline score of 4, as no additional semantic detail is needed beyond the schema.

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

    Purpose4/5

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

    The description clearly states the tool's purpose: 'Get information about the current composition.' It specifies the verb ('Get') and resource ('current composition'), but doesn't explicitly differentiate from siblings like 'remotion_get_info' or 'remotion_get_theme_info', which might also retrieve information about different aspects. This makes it clear but not fully sibling-distinctive.

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

    Usage Guidelines2/5

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

    The description provides no guidance on when to use this tool versus alternatives. It doesn't mention when it's appropriate (e.g., for composition-specific details) or when not to use it (e.g., for general info or theme info), nor does it reference sibling tools like 'remotion_get_info' or 'remotion_get_theme_info' as alternatives. This lack of context leaves usage unclear.

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

  • Behavior3/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 describes what the tool returns (server information including version, capabilities, statistics) and provides a usage example, which adds useful context. However, it doesn't mention potential limitations, error conditions, authentication requirements, or performance characteristics that would be helpful for an agent.

    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 well-structured and appropriately sized. It starts with the core purpose, specifies what information is returned, provides a clear return format description, and includes a practical usage example. Every sentence adds value without redundancy. The information is front-loaded with the most important details first.

    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?

    Given the tool's simplicity (no parameters, no annotations, no output schema), the description provides adequate coverage of what the tool does and what it returns. However, for a server information tool, additional context about when this information might be useful (e.g., for debugging, capability checking, or monitoring) would improve completeness. The example helps but doesn't fully compensate for the lack of usage context.

    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 tool has zero parameters (schema coverage 100%), so the baseline score is 4. The description appropriately doesn't waste space discussing non-existent parameters. The example shows the tool being called without arguments, which reinforces the parameterless nature.

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

    Purpose4/5

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

    The description clearly states the tool's purpose: 'Get information about the Remotion MCP Server' and specifies what information it returns (server version, capabilities, statistics about components, themes, and tools). It distinguishes itself from sibling tools by focusing on server metadata rather than specific operations like creating projects or listing components. However, it doesn't explicitly contrast with similar tools (though none appear to directly overlap).

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

    Usage Guidelines2/5

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

    The description provides no guidance on when to use this tool versus alternatives. It doesn't mention prerequisites, timing considerations, or relationships to other tools. While the purpose is clear, there's no explicit 'when-to-use' context that would help an agent decide between this and other informational tools like remotion_get_composition_info or remotion_get_theme_info.

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

  • Behavior3/5

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

    No annotations are provided, so the description carries the full burden. It discloses that the tool returns 'all design tokens' and specifies the return format ('JSON object with theme tokens and settings'), which is helpful. However, it doesn't mention behavioral aspects like error handling (e.g., what happens if the theme doesn't exist), performance characteristics, or authentication needs. The example adds some context but is not comprehensive.

    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 well-structured with a clear purpose statement, details on returns, args, and an example. It's appropriately sized (6 sentences) and front-loaded with the core functionality. The example is relevant but could be slightly more concise. No wasted sentences, though the 'Returns' section slightly repeats information from earlier.

    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?

    Given the tool's moderate complexity (1 parameter, no output schema, no annotations), the description is somewhat complete but has gaps. It explains what the tool does and the parameter, but lacks details on error cases, performance, or how it fits with sibling tools. The absence of an output schema means the description should ideally elaborate more on the return structure, though it does mention 'JSON object with theme tokens and settings'.

    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 has 1 parameter with 0% description coverage, so the description must compensate. It provides the parameter name ('theme_name'), explains its purpose ('Name of the theme'), and gives examples ('tech', 'finance', 'education'), which adds meaningful semantics beyond the bare schema. However, it doesn't specify constraints like allowed theme names or format requirements.

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

    Purpose4/5

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

    The description clearly states the tool's purpose: 'Get detailed information about a specific theme' and specifies what information is returned ('all design tokens for a theme including colors, gradients, typography, and motion settings'). It distinguishes from siblings like 'remotion_list_themes' (which likely lists theme names rather than detailed info) and 'remotion_list_color_tokens' (which focuses on specific token types). However, it doesn't explicitly contrast with 'remotion_get_info' or 'remotion_get_composition_info', which might have overlapping functionality.

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

    Usage Guidelines3/5

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

    The description implies usage when detailed theme information is needed, as opposed to just listing themes (via 'remotion_list_themes'). The example suggests using it to retrieve a specific theme's design tokens. However, it lacks explicit guidance on when to use this versus other info-fetching tools like 'remotion_get_info' or 'remotion_get_composition_info', and doesn't mention prerequisites or error conditions.

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

  • Behavior3/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 describes the return format ('JSON object with component definitions organized by category') and includes examples, which adds value. However, it lacks details on potential limitations (e.g., rate limits, authentication needs, or error handling), which would be helpful for a tool with no annotation coverage.

    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 appropriately sized and front-loaded, starting with a clear purpose statement. The additional sentences and examples add value without unnecessary verbosity. However, the structure could be slightly improved by more explicitly separating usage guidance from parameter details.

    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?

    Given the tool's low complexity (1 optional parameter, no output schema, no annotations), the description is reasonably complete. It covers the purpose, parameter semantics, return format, and includes examples. For a simple list tool, this provides adequate context, though adding more behavioral details (e.g., on errors or performance) would enhance completeness.

    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 input schema has 1 parameter with 0% description coverage, so the description must compensate. It adds meaning by explaining the 'category' parameter as an 'Optional category filter' with specific values (scene, overlay, animation, chart, layout) and provides examples. This significantly enhances understanding beyond the bare schema, though it doesn't cover all possible edge cases.

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

    Purpose4/5

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

    The description clearly states the tool's purpose: 'List available Remotion video components with their schemas.' It specifies the verb ('List'), resource ('Remotion video components'), and what information is included ('schemas'). However, it doesn't explicitly differentiate from sibling tools like 'remotion_search_components' or 'remotion_get_component_schema', which appear to have related but distinct purposes.

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

    Usage Guidelines3/5

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

    The description implies usage context through the statement 'This helps LLMs discover what building blocks are available for video creation,' suggesting it's for discovery purposes. It provides an example with an optional category filter but doesn't explicitly state when to use this tool versus alternatives like 'remotion_search_components' or 'remotion_get_component_schema,' leaving some ambiguity.

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

  • Behavior3/5

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

    No annotations are provided, so the description carries the full burden. It discloses that the tool returns motion tokens in a JSON object, which is useful behavioral context. However, it doesn't cover aspects like rate limits, authentication needs, or error handling, leaving gaps for a tool with no annotation support.

    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 appropriately sized and front-loaded, starting with the core purpose. The example adds clarity without redundancy. However, the 'Returns:' section slightly repeats information from the first sentence, making it less than perfectly efficient.

    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?

    Given no annotations, no output schema, and 0 parameters, the description is adequate but has gaps. It explains the return content and includes an example, but lacks details on response structure, error cases, or integration with sibling tools, making it minimally viable for a simple listing tool.

    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 tool has 0 parameters with 100% schema description coverage, so the baseline is high. The description adds value by clarifying that no inputs are needed and providing an example usage, which compensates for the lack of parameter documentation beyond the schema.

    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 the specific verb ('List') and resource ('all available motion design tokens'), distinguishing it from siblings like remotion_list_color_tokens or remotion_list_typography_tokens by focusing on motion-specific tokens. It explicitly defines what motion tokens include: spring configurations, easing curves, and duration presets.

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

    Usage Guidelines2/5

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

    No explicit guidance on when to use this tool versus alternatives is provided. While the description implies usage for animation design, it doesn't specify prerequisites, compare to other listing tools, or indicate scenarios where this tool is preferred over others. The context is clear but lacks actionable usage rules.

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

  • Behavior3/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 describes the tool's actions (generates files, updates project) and post-execution steps (npm install/start), which is helpful. However, it lacks details on potential side effects (e.g., overwriting existing files), error conditions, permissions needed, or performance characteristics (e.g., time/complexity). The description doesn't contradict annotations (none exist).

    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 well-structured and appropriately sized. It front-loads the core purpose, explains the generation process, provides actionable next steps, and includes a concise example. Each sentence adds value without redundancy. Minor room for improvement in tightening phrasing (e.g., 'complete video composition' could be slightly redundant).

    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?

    Given the tool's complexity (generating multiple files and updating project structure), no annotations, and no output schema, the description is moderately complete. It covers the what and how-to-next, but lacks details on output format (beyond 'JSON with generation results'), error handling, dependencies, or integration with sibling tools. For a zero-param tool with significant behavioral impact, more context would be beneficial.

    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 tool has 0 parameters with 100% schema description coverage (empty schema). The description doesn't need to explain parameters, so it appropriately focuses on behavior and outcomes. No parameter information is missing or needed, justifying a baseline score of 4 for this context.

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

    Purpose4/5

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

    The description clearly states the tool's purpose: 'Generate the complete video composition and write all files' and 'Generates all TSX components, the composition file, and updates the project with the complete video structure.' This specifies the verb (generate/write) and resource (video composition/files/TSX components/composition file/project structure). However, it doesn't explicitly differentiate from siblings like 'remotion_create_project' or 'remotion_add_title_scene' beyond the scope of generating a 'complete' video.

    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 provides clear context for when to use this tool: after project creation and before previewing ('After this, you can run 'npm install' and 'npm start'...'). It implies this is a final step in video generation, but doesn't explicitly state when NOT to use it (e.g., vs. incremental tools like 'remotion_add_title_scene') or name alternatives among siblings.

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

  • Behavior3/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 describes the outcome ('creates a complete Remotion project') and return format ('JSON with project information'), but lacks details on permissions, side effects (e.g., file system changes), error handling, or rate limits. It adds basic context but misses key behavioral traits for a creation tool.

    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 well-structured with a clear purpose statement, parameter details, return info, and an example. It's appropriately sized for a 5-parameter tool, but the example could be more concise (e.g., by omitting redundant defaults). Most sentences earn their place, though minor trimming is possible.

    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?

    Given the complexity (creation tool with 5 parameters), no annotations, and no output schema, the description is moderately complete. It covers purpose, parameters, and return format, but lacks behavioral details (e.g., what happens if the project name already exists), error cases, and output structure. For a tool that creates file system artifacts, more context on side effects would improve completeness.

    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?

    Schema description coverage is 0%, so the description must compensate. It provides meaningful semantics for all 5 parameters: name (used as directory name), theme (with enumerated values), fps (frames per second with default), width (video width in pixels with default and context), and height (video height in pixels with default and context). This adds significant value beyond the bare schema, though it doesn't explain parameter interactions or constraints.

    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 the specific action ('Create a new Remotion video project') and resource ('complete Remotion project with package.json, TypeScript config, and project structure'), distinguishing it from sibling tools like remotion_generate_video (which generates video from existing projects) or remotion_list_projects (which lists projects). The verb 'create' is precise and unambiguous.

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

    Usage Guidelines3/5

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

    The description implies usage context ('ready for video generation') but does not explicitly state when to use this tool versus alternatives. It doesn't mention prerequisites (e.g., needing to create a project before using remotion_generate_video) or exclusions (e.g., not for modifying existing projects). The context is clear but lacks explicit guidance on tool selection among siblings.

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

  • Behavior3/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 describes the action ('creates a full-screen animated title card'), placement ('added to the timeline sequentially'), and return type ('JSON with component info'), but does not cover permissions, error conditions, rate limits, or what happens if the composition doesn't exist. It adds useful context but misses some behavioral aspects.

    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 well-structured with clear sections (purpose, args, returns, example) and front-loaded key information. Every sentence earns its place, though the example could be slightly more concise. It's appropriately sized for a tool with multiple parameters and no annotations.

    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?

    Given 5 parameters, 0% schema coverage, no annotations, and no output schema, the description does a decent job but has gaps. It explains parameters and basic behavior but lacks details on error handling, authentication, or what the 'JSON with component info' contains. For a mutation tool with no structured support, it's adequate but not fully complete.

    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 description coverage is 0%, so the description must compensate. It provides detailed semantics for all 5 parameters in the 'Args' section, explaining each parameter's purpose, defaults, and options (e.g., 'variant: Style variant (minimal, standard, bold, kinetic)'). This adds significant value beyond the bare schema, though it doesn't fully explain constraints or interactions between parameters.

    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 the tool's purpose with specific verb ('add') and resource ('title scene to the current composition'), and distinguishes it from siblings by specifying it creates a 'full-screen animated title card, typically used at the beginning of a video.' This differentiates it from tools like 'remotion_add_lower_third' or general composition tools.

    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 provides clear context about when to use this tool ('typically used at the beginning of a video' and 'added to the timeline sequentially'), but does not explicitly state when NOT to use it or name specific alternatives among siblings. The guidance is helpful but lacks explicit exclusions or comparisons.

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

  • Behavior3/5

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

    No annotations are provided, so the description carries the full burden. It discloses that the tool returns a JSON object with schema and examples, which is useful behavioral context. However, it does not mention potential errors (e.g., if the component doesn't exist), rate limits, authentication needs, or side effects, leaving gaps for a read operation.

    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 well-structured and front-loaded, starting with the core purpose. Each sentence adds value: the first states what it does, the second details the return content, and the example illustrates usage. There is no wasted text, making it efficient and easy to parse.

    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?

    Given the tool's moderate complexity (single parameter, read-only operation) and lack of annotations or output schema, the description is mostly complete. It covers purpose, parameters, and return format. However, it could improve by mentioning error handling or linking to 'remotion_list_components' for valid component names, which would enhance contextual understanding.

    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 input schema has 0% description coverage, so the description must compensate. It adds meaning by explaining that 'component_name' is the name of a specific component and provides examples like 'LowerThird' and 'TitleScene', which clarifies usage beyond the bare schema. However, it does not detail constraints (e.g., case sensitivity) or link to sibling tools for valid values.

    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 the tool's purpose with specific verb ('Get') and resource ('detailed schema for a specific component'), and distinguishes it from sibling tools like 'remotion_list_components' (which lists components) and 'remotion_search_components' (which searches). It explicitly mentions what the schema includes: properties, variants, animations, and usage examples.

    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 provides clear context for when to use this tool: to retrieve detailed schema for a single component, as opposed to listing or searching components. However, it does not explicitly state when not to use it or name alternatives, such as using 'remotion_list_components' for a high-level overview instead.

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

  • Behavior3/5

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

    No annotations are provided, so the description carries the full burden. It describes the return format ('JSON object with color tokens organized by theme') and includes an example, which adds value. However, it lacks details on potential behavioral traits like rate limits, authentication needs, or error handling, leaving gaps for a tool with no annotation coverage.

    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 front-loaded with the core purpose, followed by additional context and an example. Every sentence adds value: the first states what it does, the second explains the return content and use case, and the third provides a practical example. There is no wasted text.

    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?

    Given the tool's simplicity (0 parameters, no output schema, no annotations), the description is mostly complete. It explains the purpose, usage, and return format. However, it could be more comprehensive by addressing potential limitations or dependencies, such as whether it requires an active project or theme context, which would enhance completeness for a tool with no structured fields.

    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 tool has 0 parameters with 100% schema description coverage, so the baseline is 4. The description does not need to add parameter information, and it appropriately focuses on the tool's purpose and output without redundant details.

    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 the specific verb ('List') and resource ('all available color tokens'), distinguishing it from siblings like 'remotion_list_typography_tokens' or 'remotion_list_themes' by focusing on colors. It specifies the scope ('complete color palette system including primary, accent, and semantic colors for all themes'), making the purpose unambiguous.

    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 provides clear context on when to use this tool ('Useful for customizing colors beyond the default theme settings'), but it does not explicitly state when not to use it or name alternatives. For example, it doesn't compare to 'remotion_get_theme_info' or 'remotion_list_themes', which might overlap in providing theme-related color data.

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

  • Behavior3/5

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

    With no annotations provided, the description carries full burden. It discloses the return format ('JSON object with all available themes and their tokens') and content types covered ('tech, finance, education, gaming, etc.'), but doesn't mention behavioral aspects like rate limits, authentication requirements, or whether this is a read-only operation. The description adds useful context but misses some behavioral details.

    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 efficiently structured with purpose first, followed by return details, and includes a practical code example. Every sentence adds value without redundancy, and the information is appropriately front-loaded with the core functionality stated immediately.

    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?

    Given the tool's simplicity (0 parameters, no output schema), the description provides good coverage of what the tool does and returns. However, without annotations or output schema, it could benefit from more explicit behavioral context about the operation's characteristics (read-only, authentication needs, etc.) to be fully complete.

    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?

    With 0 parameters and 100% schema description coverage, the baseline is 4. The description appropriately doesn't discuss parameters since none exist, focusing instead on what the tool returns and its purpose.

    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 the specific action ('List available YouTube video themes') and resource ('pre-built themes optimized for YouTube videos'), distinguishing it from siblings like remotion_list_color_tokens or remotion_list_typography_tokens by focusing on complete theme packages rather than individual token types.

    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 provides clear context about when to use this tool ('Returns all pre-built themes optimized for YouTube videos'), but doesn't explicitly mention when not to use it or name specific alternatives among siblings like remotion_get_theme_info, leaving some guidance implicit rather than explicit.

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

  • 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 effectively describes that this tool creates an overlay that appears at a specific time and duration, doesn't affect the main timeline, and returns JSON with component info. It covers key behavioral aspects like timing, non-destructive overlay nature, and output format, though it could mention potential side effects or error conditions.

    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 well-structured and appropriately sized. It begins with a clear purpose statement, provides essential context about overlays, lists parameters with explanations, describes the return value, and includes a practical example. Every sentence adds value without redundancy.

    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?

    Given the tool's moderate complexity (6 parameters, no output schema, no annotations), the description provides strong contextual completeness. It explains what the tool does, how parameters work, and what to expect in return. The main gap is the lack of explicit error handling or permission requirements, but overall it's quite comprehensive for this type of overlay creation tool.

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

    Parameters5/5

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

    The description provides excellent parameter semantics beyond the schema. While schema description coverage is 0%, the description clearly explains each parameter's purpose: 'name' as main text, 'title' as optional subtitle, 'start_time' as when to show, 'duration' as how long to show with default, 'variant' as style options, and 'position' as screen placement. This fully compensates for the lack of schema descriptions.

    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 the tool's purpose: 'Add a lower third overlay to the composition' with specific details about creating a 'name plate overlay (TV-style graphics)' that appears at a specific time. It distinguishes this from sibling tools like remotion_add_title_scene by focusing on overlay creation rather than scene or project management.

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

    Usage Guidelines3/5

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

    The description implies usage context by stating 'Lower thirds are overlays and don't affect the main timeline,' which helps differentiate from timeline-altering tools. However, it doesn't explicitly state when to use this tool versus alternatives like remotion_add_title_scene or provide clear exclusions for when not to use it.

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

  • Behavior4/5

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

    With no annotations provided, the description carries full burden and discloses key behavioral traits: 'Performs a case-insensitive search across component names and descriptions.' It also provides a concrete example of what gets returned. However, it doesn't mention rate limits, authentication needs, or pagination behavior.

    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?

    Well-structured with purpose statement, behavioral detail, usage guidance, parameter explanation, return value description, and concrete example. Every sentence adds value, and information is front-loaded appropriately.

    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?

    For a single-parameter search tool with no annotations and no output schema, the description provides good coverage: purpose, usage context, parameter semantics, and example. However, it doesn't detail the exact structure of the returned JSON object, which would be helpful given no output schema exists.

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

    Parameters5/5

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

    The description adds significant meaning beyond the bare schema (0% coverage). It explains the 'query' parameter's purpose ('Search term to match against component names and descriptions'), search behavior ('case-insensitive'), and provides an example showing how it's used.

    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 the tool's purpose with specific verb ('Search') and resource ('components'), specifying search scope ('by name or description'). It distinguishes from sibling tools like 'remotion_list_components' by emphasizing search functionality rather than listing.

    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?

    Explicitly states when to use this tool: 'Useful when you know what you want but not the exact component name.' This provides clear context for choosing this over alternatives like 'remotion_list_components' or 'remotion_get_component_schema'.

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

GitHub Badge

Glama performs regular codebase and documentation scans to:

  • Confirm that the MCP server is working as expected.
  • Confirm that there are no obvious security issues.
  • Evaluate tool definition quality.

Our badge communicates server capabilities, safety, and installation instructions.

Card Badge

chuk-motion MCP server

Copy to your README.md:

Score Badge

chuk-motion MCP server

Copy to your README.md:

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/IBM/chuk-motion'

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