Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SUPABASE_KEYYesSupabase API key
SUPABASE_URLYesSupabase project URL
HEDRA_API_KEYYesHedra AI API key for video generation
OPENAI_API_KEYYesOpenAI API key for generating scripts
TWITTERAPI_KEYYesTwitterAPI.io key for scraping tweets
ELEVENLABS_API_KEYYesElevenLabs API key for audio generation

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
test_foxbrizrioC

Herramienta de prueba para verificar que Foxbrizrio MCP funciona

search_fabrizio_tweetsA

Busca tweets recientes de Fabrizio Romano sobre un tema específico en la base de datos

generate_foxbrizio_scriptB

Genera un script épico de Foxbrizio Romano basado en tweets de Fabrizio Romano

generate_foxbrizio_audioC

Genera audio de Foxbrizio Romano usando ElevenLabs con el script proporcionado

select_foxbrizio_presenterB

Selecciona y valida un presentador Foxbrizio (1-9) para generar videos

generate_complete_foxbrizio_videoA

LEGACY: Genera video completo (puede tener timeout). Usa start_video_generation en su lugar

start_video_generationB

NUEVO: Inicia generacion de video en Hedra (sin timeout). Paso 1 de 3

check_video_statusA

NUEVO: Verifica el progreso de generacion de video. Paso 2 de 3

download_completed_videoB

NUEVO: Descarga video completado y genera caption. Paso 3 de 3

generate_foxbrizio_captionC

Genera caption viral para redes sociales optimizado para engagement máximo

scrape_fabrizio_tweetsC

Hace scraping de tweets de Fabrizio Romano con TwitterAPI.io optimizado

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 11 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: test, select presenter, search/scrape tweets, generate script/audio/video/caption, and pipeline steps (start, check, download). There is no overlap; the legacy video generation is clearly marked as legacy versus the new stepped process.

Naming Consistency4/5

All tools use snake_case verb_noun pattern, but there are minor inconsistencies: 'test_foxbrizrio' has a typo (missing 'i' vs 'foxbrizio' in others), and 'generate_complete_foxbrizio_video' vs 'start_video_generation' mix naming styles (complete object vs abstract noun). Still mostly predictable.

Tool Count5/5

With 11 tools, the server is well-scoped for a focused video generation pipeline. Each tool serves a necessary step or utility, without bloat or missing core functions. Fits the ideal 3-15 range perfectly.

Completeness4/5

The tool set covers the full workflow: tweet sourcing (scrape/search), script generation, audio generation, presenter selection, video generation (with legacy and new pipeline), status checking, caption generation, and download. Only minor gaps like listing presenters or editing scripts are absent, but these are non-critical for the stated purpose.

Maintenance

ActivityInactive
ResponsivenessNo issues