Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
API_KEYYesAPI key for authentication

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
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}

Tools

Functions exposed to the LLM to take actions

NameDescription
statusC

Check the status of the file conversion

downloadC

Convert YouTube video to mp3 async

titleB

Get the title of YouTube video

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clear, distinct purpose: download initiates conversion, status checks progress, and title retrieves video metadata. No overlap or ambiguity.

Naming Consistency5/5

All tool names are single lowercase verbs that accurately describe their actions, maintaining a consistent and predictable pattern.

Tool Count5/5

With only three tools, the server is tightly scoped to the core workflow of YouTube-to-MP3 conversion, avoiding unnecessary bloat.

Completeness5/5

The tool set covers the essential lifecycle: initiating a download, checking its status, and fetching title info. No critical gaps for the stated purpose.

Maintenance

ActivityInactive
ResponsivenessNo issues