Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GEMINI_MODELNoModel to use. Default: gemini-3.5-flash-lite.
GEMINI_API_KEYYesRequired API key for Gemini.
GEMINI_THINKING_LEVELNoThinking level. Default: high.

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
webA

Use Gemini with both Google Search and URL Context enabled. Put ordinary webpage URLs directly in the prompt. Use video, audio, document, or image for typed media and file inputs.

videoA

Understand one video source. Accepts a public YouTube URL, a direct remote video URL, or a local video path. The caller chooses this modality; the server does not reclassify the source.

audioA

Understand one audio source from a direct remote URL or local path. The caller chooses this modality; the server does not reclassify the source.

documentA

Understand one document source, such as a PDF, CSV, or text document, from a direct remote URL or local path. The caller chooses this modality; the server does not reclassify the source.

imageA

Understand one image source from a direct remote URL or local path. The caller chooses this modality; the server does not reclassify the source.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.2/5.0

Scored across 5 tools

Disambiguation5/5

Each tool corresponds to a distinct input modality (web, video, audio, document, image), and descriptions explicitly state the caller chooses the modality. There is no overlap or ambiguity between tools.

Naming Consistency5/5

All tool names follow the same simple pattern: single lowercase nouns representing the input type. This is perfectly consistent and intuitive.

Tool Count5/5

Five tools cover the primary media types for the server's 'understanding' purpose without unnecessary duplication. The scope is well-matched to common multimodal input needs.

Completeness5/5

The set covers the full range of typical input media—web pages, video, audio, documents, and images. There are no obvious missing modalities that would hinder the server's stated purpose.

Maintenance

ActivityMaintained
ResponsivenessNo issues