Skip to main content
Glama
how-it-works.md•1.81 kB
# How It Works ## Natural Language Workflow Integration The gemini-mcp-tool is designed to seamlessly integrate into your natural workflow with your preferred MCP compliant AI clients, achieved through carefully crafted tools and pipelines. Claude automatically decides when to use `ask-gemini` based on context: - `šŸ” comparative analysis` - different AI perspectives for validation - `šŸ› ļø leveraging extra tools` - Gemini's search and memory functions - `šŸ“‹ code review & big changes` - second opinions on implementation - `šŸ’” creative problem solving` - brainstorming and ideation This intelligent selection enhances your workflow exactly when Gemini's capabilities add value. <div align="center">⇣ when ask-gemini gets called ↓</div> <DiagramModal> ```mermaid --- config: flowchart: htmlLabels: false curve: cardinal --- flowchart LR subgraph main direction TB A[You] --> |"ask gemini..."| B([**Claude**]) B -..-> |"invokes 'ask-gemini'"| C["Gemini-MCP-Tool"] C --> |"spawn!"| D[Gemini-CLI] D e1@-.-> |"response"| C C -.-> |"response"| B B -.-> |"summary response"| A e1@{ animate: true } end subgraph Project B --> |"edits"| E["`**@*Files***`"] D -.-> |"reads"| E end classDef userNode fill:#1a237e,stroke:#fff,color:#fff,stroke-width:2px classDef claudeNode fill:#e64100,stroke:#fff,color:#fff,stroke-width:2px classDef geminiNode fill:#4285f4,stroke:#fff,color:#fff,stroke-width:2px classDef mcpNode fill:#37474f,stroke:#fff,color:#fff,stroke-width:2px classDef dataNode fill:#1b5e20,stroke:#fff,color:#fff,stroke-width:2px class A userNode class B claudeNode class C mcpNode class D geminiNode class E dataNode ``` </DiagramModal>

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

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