Skip to main content
Glama

katto_rerender_clip

Re-render an existing clip with a new layout or caption style without using video quota. Keeps the original clip and returns a rerender ID to poll for the updated clip.

Instructions

Re-render one already-finished clip with a new reframe layout and/or caption style (get valid caption_style values from katto_list_caption_styles). Free — does NOT use video quota. Each call starts a new render (not idempotent); the original clip is kept. Returns a rerender_id; poll katto_get_rerender for the new clip url.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesJob id from katto_create_clip_job.
clip_indexYes0-based index of the clip to re-render.
layout_modeNo
caption_styleNoA caption style preset name. See katto_list_caption_styles for the labels.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed2 schema fields changedv0.5.6
    • changedInput schema / properties / caption_style / description
      Previous value: -"A caption style preset name."New value: +"A caption style preset name. See katto_list_caption_styles for the labels."
    • addedInput schema / properties / caption_style / enum
      Added value: +[
      +  "default",
      +  "hormozi",
      +  "yellowPop",
      +  "redAlert",
      +  "skyline",
      +  "bubblegum",
      +  "aqua",
      +  "violet",
      +  "headline",
      +  "centerPop",
      +  "topLime",
      +  "impactMax",
      +  "bebasGold",
      +  "robotoBold",
      +  "montserratClean",
      +  "poppinsSoft",
      +  "robotoDoc",
      +  "broadcast",
      +  "wideClean",
      +  "mono",
      +  "bebasWhite",
      +  "rainbow",
      +  "multicolor"
      +]
  2. First observed

TDQS

A4.7/5.0
Behavior5/5

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

The description goes well beyond annotations by explicitly disclosing that the call is free and does not consume video quota, that it starts a new render and is not idempotent, and that the original clip is preserved. It also explains the return value and the required follow-up polling step.

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 compact and front-loaded, with every sentence contributing distinct information: what the tool does, its cost characteristics, its behavioral guarantees, and the expected result/next step. There is no repetition of schema details or annotations.

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 moderate-complexity tool with no output schema, the description provides enough information to invoke the tool correctly and understand the outcome: it returns a rerender_id and the caller must poll katto_get_rerender. Combined with the detailed input schema and sibling tool names, the context is 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?

Schema coverage is 75%, so the schema already documents most parameters. The description adds value by clarifying that layout and caption style can be combined ('and/or'), and by directing users to katto_list_caption_styles for valid caption_style values, which supplements the enum list.

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 ('Re-render') on a specific resource ('one already-finished clip') and names the exact dimensions being changed ('new reframe layout and/or caption style'). It distills katto_rerender_clip from siblings like katto_create_clip_job by emphasizing the clip is already finished.

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 clear usage context: valid caption styles come from katto_list_caption_styles, and callers should poll katto_get_rerender for the URL. It implies this is for existing clips rather than new job creation, though it does not explicitly state when not to use the tool or name conflicting alternatives.

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

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/miracleweasel/katto-mcp'

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