Skip to main content
Glama

Server Details

Create AI-powered short-form video clips from YouTube videos. Supports webhook callbacks.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
ssembleinc/ssemble-mcp-server
GitHub Stars
4
Server Listing
ssemble-mcp-server

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4/5 across 9 of 9 tools scored. Lowest: 3.1/5.

Server CoherenceA
Disambiguation5/5

Each tool has a clearly distinct purpose with no overlap: create_short initiates processing, delete_request removes requests, get_shorts retrieves outputs, get_status checks progress, and the list_* tools provide distinct resources for overlays, hooks, music, requests, and templates. An agent can easily differentiate them based on their specific functions.

Naming Consistency5/5

Tool names follow a consistent verb_noun pattern throughout: create_short, delete_request, get_shorts, get_status, and list_* for all listing tools (list_game_videos, list_meme_hooks, etc.). This predictability makes the set easy to navigate and understand.

Tool Count5/5

With 9 tools, the server is well-scoped for AI video clipping: it covers creation, deletion, retrieval, status checking, and listing of all necessary resources (games, memes, music, requests, templates). Each tool earns its place without being overwhelming or insufficient.

Completeness5/5

The tool set provides complete coverage for the AI clipping domain: it supports the full lifecycle from creating shorts with configurable resources, monitoring status, retrieving outputs, managing requests, and listing all dependencies. There are no obvious gaps, ensuring agents can handle end-to-end workflows without dead ends.

Available Tools

9 tools
create_shortInspect

Create AI-generated short-form video clips from a YouTube video or uploaded file. Returns a request ID instantly. Processing takes 5-30 minutes. Costs 1 credit.

ParametersJSON Schema
NameRequiredDescriptionDefault
endYesEnd time in seconds (> start, max 1200s window)
urlNoYouTube video URL
musicNoAdd background music
startYesStart time in seconds (>= 0)
layoutNoVideo framing layoutauto
ctaTextNoCTA text (max 200 chars, required when ctaEnabled=true)
fileUrlNoPublic video file URL (alternative to url)
languageNoSpoken language (ISO 639-1)en
memeHookNoPrepend a meme hook clip (2-5s attention grabber)
gameVideoNoAdd split-screen gameplay overlay
hookTitleNoAdd animated hook title at start
musicNameNoExact track name from list_music (case-sensitive)
ctaEnabledNoShow call-to-action text overlay
noClippingNoSkip AI clipping, process entire range as one clip
templateIdNoCaption template ID from list_templates (24-char hex)
webhookUrlNoOptional webhook URL for completion/failure notifications. Receives a POST with results when processing finishes.
musicVolumeNoMusic volume 0-100
memeHookNameNoExact meme hook name from list_meme_hooks (case-sensitive)
gameVideoNameNoExact game video name from list_game_videos (case-sensitive)
captionLanguageNoCaption language if different from spoken
preferredLengthNoTarget clip durationunder60sec
delete_requestInspect

Permanently delete a short creation request and all generated videos. Credits are NOT refunded. This action is irreversible.

ParametersJSON Schema
NameRequiredDescriptionDefault
requestIdYesThe request ID to delete (24-char hex). This action is irreversible and credits are NOT refunded.
get_shortsGet ShortsInspect

Retrieve all generated short clips for a completed request. Provide a request ID, or omit it to see your recent requests and pick one.

ParametersJSON Schema
NameRequiredDescriptionDefault
requestIdNoThe request ID from create_short (24-char hex). Omit to see your recent requests.
get_statusInspect

Check processing status of a short creation request. Provide a request ID, or omit it to see your recent requests and pick one.

ParametersJSON Schema
NameRequiredDescriptionDefault
requestIdNoThe request ID from create_short (24-char hex). Omit to see your recent requests.
list_game_videosList Game VideosInspect

List available gameplay videos for split-screen overlays (content top, game bottom). Use the exact gameVideoName when creating shorts.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoPage number
limitNoItems per page (1-100)
list_meme_hooksList Meme HooksInspect

List available meme hook clips (2-5 second attention grabbers prepended to shorts). Use the exact memeHookName when creating shorts.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoPage number
limitNoItems per page (1-100)
list_musicList MusicInspect

List available background music tracks with names and durations. Use the exact musicName when creating shorts.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoPage number
limitNoItems per page (1-100)
list_requestsInspect

List all short creation requests with optional status filtering, pagination, and sorting.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoPage number
limitNoItems per page (1-100)
sortByNoSort fieldcreatedAt
statusNoFilter by status
sortOrderNoSort directiondesc
list_templatesList TemplatesInspect

List all available caption style templates with preview thumbnails, names, and IDs. Use the templateId when creating shorts.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.