Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CRABCUT_API_KEYYesYour Crabcut API key, obtainable from https://app.crabcut.ai/developers
CRABCUT_API_URLNoThe base URL for the Crabcut APIhttps://api.crabcut.ai

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": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
generate_clipsA

Generate short-form video clips from a YouTube URL. Processes the video with AI to find the most engaging moments and creates vertical clips ready for TikTok, Shorts, and Reels. Returns clip details with download URLs once processing completes.

get_project_statusB

Check the status of a clip generation project. Returns the current processing step and any generated clips.

list_projectsC

List your recent clip generation projects with their status.

get_clipC

Get details of a specific clip including its export status and URLs.

download_clipA

Get a download URL for a clip. Automatically handles export if not yet exported — waits until the clip is ready, then returns the download link.

check_usageB

Check your remaining credits and current plan.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 6 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: check_usage for account info, download_clip for retrieving download URLs, generate_clips for creating new clips, get_clip for clip details, get_project_status for project progress, and list_projects for project overview. There is no overlap in functionality, making tool selection unambiguous.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern using snake_case: check_usage, download_clip, generate_clips, get_clip, get_project_status, list_projects. The naming is predictable and readable throughout the set.

Tool Count5/5

With 6 tools, the count is well-scoped for a video clip generation service. Each tool serves a specific role in the workflow, from project creation to status checking and clip retrieval, without being excessive or insufficient.

Completeness4/5

The toolset covers core workflows: generating clips, checking project status, listing projects, retrieving clip details, and downloading clips, with account usage monitoring. A minor gap is the lack of update or delete operations for projects or clips, but agents can work around this for most tasks.

Maintenance

ActivityInactive
ResponsivenessUnresponsive