Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
YTDLP_PATHNoCustom path to the yt-dlp executable
FABRIC_PATHNoCustom path to the Fabric CLI executable

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
health_checkA

Check if Fabric, yt-dlp, and other dependencies are installed and configured correctly. Provides installation instructions if needed.

run_fabric_patternA

Run any Fabric pattern with custom input. Use this for patterns not covered by specific tools.

get_youtube_transcriptB

Fetch transcript from a YouTube video URL

list_fabric_patternsA

List all available Fabric patterns

analyze_youtube_videoA

Fetch a YouTube transcript and analyze it with a Fabric pattern in one step. This ensures the complete transcript is processed without truncation. Use this instead of calling get_youtube_transcript and then a pattern separately.

analyze_fileA

Read a file and analyze it with a Fabric pattern in one step. This ensures the complete file content is processed without truncation. Useful for analyzing documents, code files, logs, etc.

analyze_urlA

Fetch content from a URL and analyze it with a Fabric pattern in one step. Works with articles, documentation, blog posts, etc. This ensures complete content is processed without truncation.

fabric_extract_wisdomA

Extract key insights, quotes, and wisdom from any content (articles, videos, podcasts)

fabric_summarizeB

Create a concise summary of content

fabric_analyze_claimsB

Analyze and fact-check claims made in content

fabric_create_quizB

Generate quiz questions from content for learning

fabric_to_flashcardsC

Convert content into flashcards for studying

fabric_analyze_paperC

Analyze academic papers or technical documents

fabric_summarize_git_diffA

Summarize git diff output for code reviews

fabric_analyze_logsC

Analyze log files for issues and patterns

fabric_analyze_incidentC

Analyze security incidents or system failures

fabric_create_coding_projectB

Generate project structure and planning from an idea

fabric_explain_codeC

Explain code in simple terms

fabric_improve_writingC

Improve writing quality and clarity

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mpzarde/fabric-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server