Skip to main content
Glama

Kleo

Storyboard guide (write your own video)

kleo_storyboard_guide
Read-onlyIdempotent

Step 2 (recommended). Returns how to write a storyboard Kleo renders, in the order it should be written: first the DIRECTION of the film (subject, goal, audience, tone, the facts from the request that the narration must still say, the world it is drawn in, what must never appear, and one accent colour per section), then the scene and shot shapes, the limits Kleo enforces before anything is billed, and one worked example. Kleo has two looks, realistic and animation; in both every shot starts as one frame drawn in that look — in the film it becomes a generated clip, in the animatic the camera moves over the frame — so the same storyboard serves both products. Call it once per conversation, before kleo_create_video. Without a storyboard Kleo plans a more generic one from the prompt.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
styleNoThe look: "realistic" (filmed) or "animation" (a 2D animated film); in both every shot is generated footage from its own frame, under the narration. Realistic when omitted.
formatNoThe frame the video will be in. The explainer authors its drawings in the frame's own pixels, so its guide prints different coordinates for 9:16 and 16:9; the template's own format is used when this is omitted.
templateNoOptional: Kleo uses the only active workflow, film.
duration_sNoTarget length in seconds, if the user chose one.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.6/5.0
Behavior5/5

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

The annotations already declare readOnlyHint and idempotentHint, and the description is consistent with those. It adds substantial context beyond the annotations: the order in which the storyboard must be written, billing limits Kleo enforces, the fact that the same storyboard serves both looks, and the once-per-conversation guidance.

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 long but dense: each clause contributes operational detail such as ordering, billing limits, one worked example, and once-per-conversation usage. The key workflow instruction is front-loaded as 'Step 2 (recommended)', making it easy for an agent to parse the most important guidance first.

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 read-only guide with no output schema, the description thoroughly covers what the returned guide contains, the order in which to write it, the limits Kleo enforces, and the two visual styles. It also anchors the tool in the workflow relative to kleo_create_video, so an agent has everything needed to call it correctly.

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 100%, so the baseline is 3. The description adds useful context for the `style` parameter by explaining the two looks and that the same storyboard serves both the film and animatic. It does not add syntax details for `format`, `template`, or `duration_s`, but those are already well documented in 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 names a specific verb and resource ('Returns how to write a storyboard Kleo renders') and clearly distinguishes this guide from kleo_create_video by positioning it as Step 2. The enumerated content scope (direction, scene/shot shapes, limits, worked example) removes any ambiguity about its role.

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?

It explicitly states when to call it ('Step 2 (recommended)', 'Call it once per conversation, before kleo_create_video') and explains the consequence of not using it ('Kleo plans a more generic one from the prompt'). It does not explicitly name an alternative tool to use instead, but the workflow placement is clear and actionable.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.