Skip to main content
Glama
riotofgeese

Gemini MCP Server

by riotofgeese

gemini-video-generate

Generate videos from text descriptions using Google's Veo 3.1 model. Specify aspect ratio, resolution, and optionally provide a starting image. Returns an operation ID for status checking.

Instructions

Generate a video using Veo 3.1 (Google's video generation model).

This starts an async video generation that takes 1-5 minutes. Returns an operation ID that you can use with gemini-video-check to poll for completion.

Parameters:

  • prompt: Text description of the video to generate (required)

  • aspectRatio: Video aspect ratio ("16:9" or "9:16", default: "16:9")

  • resolution: Video resolution ("720p", default: "720p")

  • firstFrameBase64: Optional base64 PNG image to use as first frame (from gemini-image)

Workflow:

  1. Call gemini-video-generate → returns operationId

  2. Wait 30-60 seconds

  3. Call gemini-video-check with operationId → returns status or video

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
promptYesText description of the video to generate
aspectRatioNoVideo aspect ratio (default: 16:9)
resolutionNoVideo resolution (default: 720p)
firstFrameBase64NoOptional base64 PNG image to use as first frame

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/riotofgeese/gemini-mcp'

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