Skip to main content
Glama
epilande

gemini-grounding

by epilande

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GEMINI_API_KEYYesYour Google Gemini API key from Google AI Studio

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
search_with_groundingC

Search for current information using Gemini grounding

search_developer_resourcesC

Search specifically for developer resources and documentation

search_documentationC

Search for official documentation and API references

search_redditB

Search Reddit discussions and community insights

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.9/5.0

Scored across 4 tools

Disambiguation3/5

The first two tools (search_developer_resources and search_documentation) have overlapping purposes, which could confuse an agent. The other tools are distinct, but the ambiguity between these two lowers the score.

Naming Consistency4/5

All tools follow the 'search_<source>' pattern, but the suffixes vary in form (noun phrase, proper noun, prepositional phrase). While readable, the pattern is not perfectly uniform.

Tool Count5/5

With 4 tools covering different search sources, the count is well-scoped for a search-focused server. There is no evidence of bloat or insufficiency.

Completeness3/5

The set covers developer resources, documentation, Reddit, and general grounded search, but lacks common sources like web search or Stack Overflow. The presence of two similar 'developer' tools suggests a missed opportunity for consolidation.

Maintenance

ActivityInactive
ResponsivenessNo issues