Skip to main content
Glama

templates

Create videos using pre-designed templates. List available templates, retrieve their variables, and generate videos with custom content and optional test mode.

Instructions

Use pre-made video templates for easier video creation. EASIER THAN 'videos': Templates have pre-configured layouts. WORKFLOW: 1) 'list' templates, 2) 'get' to see variables, 3) 'generate' with variables, 4) Check status. Actions: 'list' - get all templates with id and name; 'get' - get template variables (REQUIRED: template_id); 'generate' - create video (REQUIRED: template_id; OPTIONAL: variables dict, title, test=True, caption=True). TIP: Use test=True to preview without using credits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYes
template_idNo
variablesNo
titleNo
testNo
captionNo
Behavior3/5

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

With no annotations, the description outlines actions and parameters, including the tip about test=True saving credits. However, it doesn't discuss side effects, idempotency, or error handling. Behavioral transparency is adequate but could be improved.

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?

Description is fairly concise but uses ALL CAPS for emphasis, reducing readability. It front-loads purpose and workflow, but the mixed formatting detracts from structure. Could be cleaner with proper formatting.

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?

Covers the workflow, actions, and parameter usage adequately for a 6-parameter tool without output schema. Missing error handling and edge cases, but sufficient for basic usage. Given no output schema, the description does a good job overall.

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 0%, so description compensates by explaining parameters: action as required, template_id context, variables as optional dict, title, test, caption booleans. Adds meaning beyond schema by specifying when template_id is required and test=True 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 tool's purpose: using pre-made video templates. It distinguishes from sibling tool 'videos' by noting it's easier with pre-configured layouts. The three actions (list, get, generate) are explicitly listed, 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?

Provides a clear workflow: list templates, get variables, generate video, check status. Includes tip to use test=True for preview. Though it doesn't explicitly state when not to use, the contrast with 'videos' tool provides some alternative context.

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

Install Server

Other Tools

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/sbroenne/heygen-mcp'

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