Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| gemini_plan_analysis | Breaks down complex analysis goals into a step-by-step plan. Gives you the roadmap, you execute the steps. This tool helps you plan multi-step analysis by guiding your thinking about:
You execute the suggested gemini commands yourself using your bash tools. |
| gemini_craft_prompt | Helps you write better prompts for Gemini by suggesting effective commands and context. This tool guides you on crafting effective bash commands for gemini collaboration:
You execute the suggested commands yourself using your bash tools. |
| gemini_iterate_analysis | Guide iterative analysis using observe-think-act cycles for dynamic problem-solving. This tool helps you implement iterative analysis patterns that adapt based on findings:
Based on ReAct patterns used by Gemini CLI itself for complex problem-solving workflows. |
| gemini_synthesize_findings | Combine insights from multiple analysis steps into comprehensive understanding. This tool helps you synthesize results from multiple gemini interactions:
You execute the synthesis commands yourself using your bash tools. |