Skip to main content
Glama
kdoooh000h

Gemini Daily MCP Server (Compressed)

by kdoooh000h

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNoLogging level for the serverinfo
MAX_SESSIONSNoMaximum number of sessions to maintain100
GEMINI_ENABLEDNoEnable or disable Gemini functionalitytrue
GOOGLE_API_KEYNoGoogle API key for Gemini CLI authentication
SESSION_TTL_HOURSNoSession time-to-live in hours24
GEMINI_CLI_COMMANDNoThe command to invoke Gemini CLIgemini

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
geminiD

Execute Gemini CLI. Use help for details

pingC

Test connection

helpC

Get detailed documentation

listSessionsB

List active sessions

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.7/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: gemini executes CLI commands, help provides documentation, listSessions shows active sessions, and ping tests connectivity. There is no overlap or ambiguity between these functions.

Naming Consistency2/5

Naming is inconsistent: gemini and ping use lowercase, help is lowercase but a generic verb, and listSessions uses camelCase. There is no uniform verb_noun pattern or consistent casing style across the set.

Tool Count5/5

With 4 tools, this is well-scoped for a server focused on Gemini CLI interaction and session management. Each tool serves a clear, necessary function without bloat or redundancy.

Completeness3/5

For a Gemini CLI server, core operations like execution, help, and session listing are covered, but there are notable gaps such as creating or managing sessions, handling specific Gemini commands directly, or error handling tools. The surface is functional but limited.

Maintenance

ActivityInactive
ResponsivenessNo issues