Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AIDEVTUBE_API_KEYYesYour Pro API key (required)
AIDEVTUBE_API_BASENoOverride API base (default https://api.aidevtube.com)https://api.aidevtube.com

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
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
searchB

Search the AI YouTube Digest corpus (per-video summaries from ~40 curated AI/coding channels).

list_topicsA

List the canonical topic labels usable in the topics filter of search.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 2 tools

Disambiguation5/5

list_topics and search serve distinct, complementary purposes: one enumerates filter labels, the other performs queries. No overlap exists.

Naming Consistency4/5

Both use snake_case, but list_topics follows verb_noun pattern while search is a single verb. Slight inconsistency but still predictable.

Tool Count4/5

With only 2 tools, the server is minimal but focused. The tools directly support the core functionality of browsing topics and searching the corpus.

Completeness3/5

The surface covers listing topics and searching, but lacks direct retrieval of full video summaries or details beyond search results, which agents may need.

Maintenance

ActivityStale
ResponsivenessNo issues