Skip to main content
Glama
leacvikas0

gemini-search

by leacvikas0

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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
web_searchA

Search the web for current information using Google Search grounding. Returns cited results with sources. Use for quick factual lookups, current events, recent news, or verifying specific data points.

deep_researchA

Conduct deep, multi-angle research on a topic using Google Search grounding. Synthesizes information from multiple sources into a comprehensive analysis. Use for complex topics, technical deep-dives, comparisons, or when thoroughness matters more than speed.

fact_checkA

Verify a specific claim or statement against current web sources. Returns a verdict with supporting evidence. Use when you need to check if something is true, outdated, or misleading.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 3 tools

Disambiguation4/5

The three tools have clearly distinct primary purposes: quick search, deep research, and claim verification. web_search and deep_research could overlap for borderline topics, but the descriptions provide sufficient guidance on when to use each.

Naming Consistency4/5

All names use lowercase snake_case and are descriptive, but they do not follow a strict verb_noun pattern. web_search and fact_check resemble verb_noun while deep_research is adjective_noun, creating a minor inconsistency.

Tool Count5/5

Three tools is a well-scoped set for a search-focused server. Each tool addresses a distinct mode of information retrieval without unnecessary redundancy or bloat.

Completeness5/5

The server covers the core search domain completely: quick lookups, comprehensive research, and fact verification. No obvious dead ends or missing operations are apparent for the stated purpose.

Maintenance

ActivityInactive
ResponsivenessNo issues