Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AI_PROVIDERNoThe AI provider to use. Either 'vertex' for Vertex AI or 'gemini' for Gemini API
AI_MAX_RETRIESNoMaximum number of retries for transient API errors3
AI_TEMPERATURENoThe temperature parameter for AI generation0.0
GEMINI_API_KEYNoYour Gemini API Key (required if AI_PROVIDER='gemini')
GEMINI_MODEL_IDNoThe Gemini model ID to use (if AI_PROVIDER='gemini')gemini-2.5-pro
VERTEX_MODEL_IDNoThe Vertex AI model ID to use (if AI_PROVIDER='vertex')gemini-2.5-pro
AI_USE_STREAMINGNoWhether to use streaming API for AI responsestrue
AI_RETRY_DELAY_MSNoDelay in milliseconds between retries1000
AI_MAX_OUTPUT_TOKENSNoMaximum number of output tokens for AI generation65536
GOOGLE_CLOUD_PROJECTNoYour GCP Project ID (required if AI_PROVIDER='vertex')
GOOGLE_CLOUD_LOCATIONNoThe Google Cloud location/region (specific to Vertex AI)us-central1
GOOGLE_APPLICATION_CREDENTIALSNoPath to your service account key JSON file (if using Service Account Key for Vertex authentication)

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
answer_query_websearchB

Answers a natural language query using the configured Vertex AI model (gemini-2.5-pro) enhanced with Google Search results for up-to-date information. Requires a 'query' string.

explain_topic_with_docsA

Provides a detailed explanation for a query about a specific software topic by synthesizing information primarily from official documentation found via web search. Focuses on comprehensive answers, context, and adherence to documented details. Uses the configured Vertex AI model (gemini-2.5-pro) with Google Search. Requires 'topic' and 'query'.

get_doc_snippetsB

Provides precise, authoritative code snippets or concise answers for technical queries by searching official documentation. Focuses on delivering exact solutions without unnecessary explanation. Uses the configured Vertex AI model (gemini-2.5-pro) with Google Search. Requires 'topic' and 'query'.

generate_project_guidelinesA

Generates a structured project guidelines document (e.g., Markdown) based on a specified list of technologies and versions (tech stack). Uses web search to find the latest official documentation, style guides, and best practices for each component and synthesizes them into actionable rules and recommendations. Uses the configured Vertex AI model (gemini-2.5-pro) with Google Search. Requires 'tech_stack'.

code_analysis_with_docsA

Analyzes code snippets by comparing them with best practices from official documentation found via web search. Identifies potential bugs, performance issues, and security vulnerabilities. Uses the configured Vertex AI model (gemini-2.5-pro) with Google Search. Requires 'code', 'language', and 'analysis_focus'.

technical_comparisonA

Compares multiple technologies, frameworks, or libraries based on specific criteria. Provides detailed comparison tables with pros/cons and use cases. Includes version-specific information and compatibility considerations. Uses the configured Vertex AI model (gemini-2.5-pro) with Google Search. Requires 'technologies' and 'criteria'.

architecture_pattern_recommendationA

Suggests architecture patterns for specific use cases based on industry best practices. Provides implementation examples and considerations for the recommended patterns. Includes diagrams and explanations of pattern benefits and tradeoffs. Uses the configured Vertex AI model (gemini-2.5-pro) with Google Search. Requires 'requirements' and 'tech_stack'.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/shariqriazz/google-ai-search-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server