Skip to main content
Glama
aliargun

Gemini MCP Server

by aliargun

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GEMINI_API_KEYYesYour Gemini API key used to authenticate with Google's Gemini AI models.

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
generate_textC

Generate text using Google Gemini with advanced features

analyze_imageC

Analyze images using Gemini vision capabilities

count_tokensC

Count tokens for a given text with a specific model

list_modelsB

List all available Gemini models and their capabilities

embed_textC

Generate embeddings for text using Gemini embedding models

get_helpC

Get help and usage information for the Gemini MCP server

Prompts

Interactive templates invoked by user choice

NameDescription
code_reviewComprehensive code review with Gemini 2.5 Pro
explain_with_thinkingDeep explanation using Gemini 2.5 thinking capabilities
creative_writingCreative writing with style control

Resources

Contextual data attached and managed by the client

NameDescription
Available Gemini ModelsList of all available Gemini models and their capabilities
API CapabilitiesDetailed information about Gemini API capabilities
Usage GuideComplete guide on using all tools and features
Parameters ReferenceDetailed documentation of all parameters
ExamplesExample usage patterns for common tasks

TDQS

A3.5/5.0

Scored across 6 tools

Disambiguation5/5

Each tool has a clearly distinct purpose with no overlap: image analysis, token counting, text embedding, text generation, help retrieval, and model listing. The descriptions reinforce these distinct functions, making tool selection unambiguous for an agent.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (e.g., analyze_image, count_tokens, embed_text), using snake_case throughout. This predictable naming scheme enhances readability and usability for agents.

Tool Count5/5

With 6 tools, the server is well-scoped for its purpose of providing Gemini AI capabilities. Each tool serves a specific, essential function (e.g., core generation, analysis, and utility tasks), with no redundant or trivial additions.

Completeness4/5

The tool set covers key Gemini functionalities like text generation, image analysis, embeddings, and model listing, with a helpful utility tool. A minor gap is the lack of tools for managing conversations or multi-turn interactions, but core workflows are well-supported.

Maintenance

ActivityInactive
ResponsivenessUnresponsive