Skip to main content
Glama

Server Details

Turn long videos into short, captioned viral clips from your AI assistant. 28 tools, OAuth.

Ownership verified
Status
Unhealthy
OAuth
Works in Glama
Last Tested
Transport
Streamable HTTP
URL

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 1 tool update
    • Changedcreate_agent1 field changed
      • removedInput schema / properties / tracker_model
        Removed value: -{
        -  "description": "\"grid\" (auto-reframe) or \"speaker\" (speaker tracking; paid plans only). Defaults to grid.",
        -  "type": "string"
        -}
  2. 15 tool updates
    • First observedcomplete_upload
    • First observedcreate_agent
    • First observedcreate_upload
    • First observedget_account
    • First observedget_render_status
    • First observedget_transcript
    • First observedget_usage
    • First observedget_video_status
    • First observedlist_agents
    • First observedlist_caption_presets
    • First observedlist_clips
    • First observedlist_supported_providers
    • First observedlist_videos
    • First observedrender_clip
    • First observedsubmit_video

Frequently Asked Questions

Discussions

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

Related MCP Connectors

Related MCP Servers

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.5/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: upload management (create_upload, complete_upload), video submission (submit_video), status tracking (get_video_status, get_render_status), listing (list_videos, list_clips, list_agents, list_caption_presets, list_supported_providers), rendering (render_clip), agent management (create_agent), and auxiliary (get_account, get_usage, get_transcript). No overlapping functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern: 'create_', 'get_', 'list_', 'submit_', 'render_', and 'complete_'. No mixing of conventions or camelCase.

Tool Count5/5

The set of 15 tools is well-scoped for a video processing service, covering the entire workflow from upload/submit through processing, clip listing, rendering, and account management without unnecessary duplication.

Completeness4/5

The tool surface covers the core lifecycle: upload, submit, process, list clips, render, and manage agents. Minor missing operations like video or agent deletion are not critical for the primary use case of generating viral clips from videos.

Resources