Skip to main content
Glama
omergocmen

json2video MCP Server

by omergocmen

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
JSON2VIDEO_API_KEYYesYour json2video API key

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
generate_videoC

Creates a video project using the json2video API. Each project can contain multiple scenes, and each scene can contain various elements such as text, images, video, audio, components, HTML, voice, audiogram, and subtitles. See https://json2video.com/docs/api/ for full schema.

get_video_statusB

Get the status or result of a generated video

create_templateC

Create a new template in json2video

get_templateB

Get template details from json2video

list_templatesB

List all available templates from json2video

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 5 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: creating templates, generating videos, retrieving template details, checking video status, and listing templates. There is no ambiguity or overlap between them.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (create_template, generate_video, get_template, get_video_status, list_templates), making them predictable and easy to understand.

Tool Count5/5

5 tools is an appropriate number for a video generation server with template management. It covers the core operations without being overwhelming or insufficient.

Completeness4/5

The tool set covers template creation, retrieval, and listing, as well as video generation and status checking. Minor gaps exist, such as missing update and delete operations for templates, but the primary workflow is well-supported.

Maintenance

ActivityInactive
ResponsivenessUnresponsive