Skip to main content
Glama
imyousuf

storytelling-media-mcp

by imyousuf

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GCLOUD_PROJECTNoAlternative GCP project ID.
GEMINI_API_KEYNoAPI key for Gemini API.
GOOGLE_CLOUD_PROJECTNoGCP project ID for ADC/Vertex AI.
GOOGLE_CLOUD_LOCATIONNoGCP location for Vertex AI (default: us-central1).
GOOGLE_CLOUD_QUOTA_PROJECTNoAlternative GCP project for quota and billing.
STORYTELLING_MEDIA_MCP_ROOTNoRoot directory for local development (plugin launcher).

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
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
nano_banana_generate_imageB

Generate or edit an image with Google's Nano Banana Gemini image models.

veo_generate_videoC

Generate a video with Google's Veo 3.1 Gemini API.

stitch_videosA

Stitch local video files into one output file with FFmpeg.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: image generation, video generation, and video stitching. No overlap or ambiguity between them.

Naming Consistency4/5

The first two tools follow a 'model_verb_object' pattern, while the third uses a simpler 'verb_object' pattern. This is a minor deviation, but the names remain predictable and readable.

Tool Count4/5

Three tools cover the core media generation and stitching workflows. The count is on the low side but each tool serves a distinct, necessary function without being overly sparse.

Completeness4/5

The toolkit covers image generation, video generation, and video stitching, which are fundamental for storytelling media. Minor gaps exist, such as missing audio generation or video editing, but the core generation-to-assembly flow is well represented.

Maintenance

ActivityInactive
ResponsivenessNo issues