Skip to main content
Glama

Gemini MCP

by emmron

mcp__gemini__chat_plus

Enhance AI-driven conversations with automatic model switching, context optimization, and multi-model collaboration for dynamic, context-aware interactions.

Instructions

Advanced collaborative AI chat with automatic model switching and context optimization

Input Schema

NameRequiredDescriptionDefault
contextNoAdditional context
conversation_idNoConversation ID for context tracking
enable_multi_modelNoEnable multi-model collaboration
messageYesMessage for AI conversation
model_preferenceNoPreferred model typeauto

Input Schema (JSON Schema)

{ "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "context": { "description": "Additional context", "type": "string" }, "conversation_id": { "description": "Conversation ID for context tracking", "type": "string" }, "enable_multi_model": { "default": false, "description": "Enable multi-model collaboration", "type": "boolean" }, "message": { "description": "Message for AI conversation", "type": "string" }, "model_preference": { "default": "auto", "description": "Preferred model type", "type": "string" } }, "required": [ "message" ], "type": "object" }

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/emmron/gemini-mcp'

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