Skip to main content
Glama

Create video

cms_create_video

Create video item. Guidance: Create one CMS video item from video category ids. | context: title, categories, embedUrl

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNoOptional editorial date in RFC 3339 format.
metaNoOptional SEO payload with title and description.
slugNoOptional URL slug; the server may normalize it.
titleYesVideo headline shown in feeds and on the item page.
authorNoOptional byline or author display name. If omitted, the app account holder's name is used.
pinnedNoWhether the video is pinned in its category listing.
statusNoPublication status. Omit on create to default to published. Do not send scheduled.
embedUrlYesVideo player iframe or embed HTML; non-empty. Set an explicit iframe width and height (for example 100%) so the player renders at a visible size.
accessTierNoPaywall tier. 'premium' locks the item behind an in-app purchase; 'free' leaves it open. Applies only to apps that sell in-app purchases.
categoriesYesNon-empty category id array. Use cms_list_cms_sections with type='video' to discover video category ids.
publishedDateNoFuture ISO datetime for deferred publication. Requires status='stock' when provided.
commentsEnabledNoWhether end-user comments are enabled for this video.
publicationEndDateNoFuture ISO datetime for scheduled unpublication.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior3/5

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

The description aligns with the annotations by indicating a non-read-only, non-destructive create operation. It does not add extra behavioral context such as side effects, defaults, permissions, or error behavior, but it also does not contradict the annotations.

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?

The description is short but redundant: 'Create video item' and 'Create one CMS video item' repeat the same idea. The '| context:' segment is awkwardly formatted and does not earn 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 schema provides rich parameter context, but the tool description does not mention return values, output shape, or failure modes. With no output schema present, some additional context about what the create operation returns would improve completeness.

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?

The input schema already covers all 13 parameters with descriptions, including enums and the nested meta object. The description adds little beyond naming required fields like title, categories, and embedUrl, so it provides no significant additional parameter meaning.

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 creates a CMS video item, using a specific verb and resource. This distinguishes it from sibling tools like cms_create_video_paragraph, cms_update_video, and cms_list_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 implies use for creating a new video item, but it does not explicitly compare against alternatives such as updating an existing video or adding a video paragraph. The 'Guidance' sentence mostly restates required inputs rather than providing when-to-use direction.

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.