Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BUCKET_API_KEYYesYour Bucket API key
BUCKET_API_URLNoBucket API URLBucket production API

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
search_bucketA

Semantic search over everything saved in the user's Bucket (reels, TikToks, tweets, links, notes). Returns matches with summaries; use get_item for full detail.

list_recentA

List recently saved Bucket items, optionally filtered by category (e.g. instagram, tiktok, twitter, youtube, recipes, fitness…).

get_itemA

Full detail for one saved item: complete transcript, summary, OCR text, visual description, locations, and original URL.

download_videoA

Download a saved item's video (reel/TikTok/tweet video) as an MP4 file written to the local filesystem. Returns the absolute path of the written file.

save_to_bucketA

Save a URL (reel, TikTok, tweet, article…) into the user's Bucket. Bucket extracts, summarizes, and categorizes it in the background.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 5 tools

Disambiguation5/5

Each tool serves a distinct purpose: search, list recent, get detail, download video, and save. There is no overlap in actions or resources, making it easy for an agent to select the correct tool.

Naming Consistency4/5

Most tools follow a clear verb_noun pattern (search_bucket, get_item, download_video, save_to_bucket), but 'list_recent' omits the noun and 'save_to_bucket' includes a preposition, creating a minor inconsistency. Overall, the style is still predictable and readable.

Tool Count5/5

Five tools is well-scoped for a content saving and retrieval service. Each tool covers a distinct operation without unnecessary redundancy, and the count falls comfortably within the ideal range.

Completeness3/5

The set covers the main workflow (save, search, list, get detail, download) but lacks a delete operation, which is a fundamental part of managing saved content. This is a notable gap that could force agents to leave items in the bucket indefinitely.

Maintenance

ActivitySlowing
ResponsivenessNo issues