Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoPort for HTTP transport.3000
LOG_LEVELNoverbose / debug / info / warn / error / fatal.info
GOOGLE_API_KEYYesRequired. Google Gemini API key.
TRANSPORT_TYPENosse (Streamable HTTP, for remote) or stdio.stdio

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
image_recognitionB

Analyze and describe images using Google Gemini AI

audio_recognitionB

Analyze and transcribe audio using Google Gemini AI

video_recognitionA

Analyze and describe a video using Google Gemini AI. The "filepath" argument accepts EITHER a local file path OR a video URL (e.g. a Bilibili or YouTube link). URLs are downloaded automatically (<=480p) before analysis.

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 3 tools

Disambiguation5/5

Each tool targets a distinct media type (audio, image, video) with no overlap, making selection unambiguous.

Naming Consistency5/5

All tools follow a consistent 'type_recognition' pattern, providing predictable naming.

Tool Count5/5

Three tools cover the core recognition capabilities (audio, image, video) without excess; each tool serves a clear purpose.

Completeness4/5

The set covers the main recognition tasks for the domain, but lacks operations like downloading videos or managing results, though the video tool handles URL input.

Maintenance

ActivityStale
ResponsivenessNo issues