Skip to main content
Glama

Create video (write)

apivideo_create_video
Destructive

WRITE. Create a new video object. If source (a public video URL) is provided, api.video ingests the video from that URL — recommended for hosted use, since raw file bytes cannot stream through MCP. POST /videos.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNoTags for the video.
titleYesVideo title. Required.
publicNoWhether the video is public (default true) or private.
sourceNoPublic URL of a video file to ingest from. Recommended over uploading bytes.
metadataNoKey/value metadata pairs (sent as [{key,value}]).
playerIdNoId of a custom player theme to attach.
panoramicNoWhether the video is a 360/panoramic video.
mp4SupportNoWhether to also generate a downloadable MP4.
descriptionNoVideo description.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already signal a mutating operation via destructiveHint=true, and the description reinforces this with 'WRITE.' It adds meaningful behavioral context: when `source` is provided, api.video ingests from that URL, and raw file bytes cannot stream through MCP. This goes beyond the annotation without contradicting it.

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 sentences with no wasted words. The core purpose is front-loaded in 'WRITE. Create a new video object,' followed by the essential source guidance and the endpoint. Every sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description is adequate for a creation tool but leaves gaps: it does not explain what happens when `source` is omitted, and with no output schema it does not indicate what response the agent should expect. Given 9 parameters and complexity around ingestion, slightly more detail on behavior and return value would improve completeness.

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 extra semantics for `source`, explaining it as a public URL, recommending it for hosted use, and clarifying why raw bytes cannot be used. Other parameters are left to the schema, which fully documents them.

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 states a specific verb and resource: 'Create a new video object.' It clearly differentiates from siblings like apivideo_create_live_stream and apivideo_update_video by naming the object type and including the endpoint 'POST /videos.'

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives useful context for the `source` parameter, recommending it for hosted use, but it does not explicitly say when to choose this tool over alternatives or when not to use it. Usage is implied by 'Create a new video object,' but no exclusions or sibling routing are provided.

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.