Skip to main content
Glama

katto_get_clips

Read-onlyIdempotent

Retrieve the scored, captioned clips for a video clipping job, ranked by score with URLs and HD availability. Returns empty until the first clip is ready.

Instructions

Read-only convenience: the clips of a job as { url, captions_url, title, score, clip_index, hd }, ranked by score (highest first). hd=true means the 1080p render is ready; hd=false means the url is the standard render (HD still finishing, or the free plan). Empty until the first clip is ready.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesJob id from katto_create_clip_job.

Schema Changelog

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

  1. First observed

TDQS

A4.5/5.0
Behavior5/5

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

Annotations already declare read-only/idempotent/non-destructive behavior, and the description adds valuable behavioral details: the response shape, score-based ranking, the hd=true/false distinction for render readiness, and the empty-until-ready behavior. No contradiction with annotations.

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?

Three compact sentences front-load the core purpose ('Read-only convenience: the clips of a job...') and each sentence carries essential information: output fields, ranking, HD semantics, and the empty-until-ready state. No filler.

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 single-parameter read-only tool with no output schema, the description is complete: it defines what is returned, how it is ordered, what hd means, and when the response is empty. The annotations cover the safety profile, and no critical call-time behavior is missing for the given complexity.

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?

Schema coverage is 100%: the single 'id' parameter is already described as 'Job id from katto_create_clip_job.' The description only reinforces that this is a job's clips without adding new parameter-specific syntax or format, so the baseline 3 applies.

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?

States a specific verb ('get') and resource ('the clips of a job'), and goes further by enumerating the exact returned fields and their ordering ('ranked by score'). This makes it easy to distinguish from job-status, transcript, or listing tools even without reading the schema.

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 context: it is a read-only convenience for retrieving the clips of a job, and it warns that results are 'Empty until the first clip is ready,' which signals when the tool becomes useful. It does not explicitly name alternatives or exclusion conditions, so it falls just 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.

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