CrabCut
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CRABCUT_API_KEY | Yes | Your Crabcut API key, obtainable from https://app.crabcut.ai/developers | |
| CRABCUT_API_URL | No | The base URL for the Crabcut API | https://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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 6 tools
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.
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.
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.
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.