Skip to main content
Glama

Gemini CLI Orchestrator MCP

by dnnyngyen

gemini_craft_prompt

Craft precise and effective bash commands for Gemini collaboration by structuring prompts, selecting relevant files, and interpreting responses for enhanced code analysis.

Instructions

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:

  • How to write focused, specific prompts that get better results
  • How to select the right files for each analysis step
  • How to structure your bash commands for optimal collaboration
  • How to interpret and build on gemini's responses

You execute the suggested commands yourself using your bash tools.

Input Schema

NameRequiredDescriptionDefault
contextNoContext from previous steps or additional context about your codebase that should inform this step.
step_descriptionYesWhat you want to analyze in this step. Be specific about your focus and intent.

Input Schema (JSON Schema)

{ "properties": { "context": { "description": "Context from previous steps or additional context about your codebase that should inform this step.", "type": "string" }, "step_description": { "description": "What you want to analyze in this step. Be specific about your focus and intent.", "type": "string" } }, "required": [ "step_description" ], "type": "object" }
Install Server

Other Tools from Gemini CLI Orchestrator MCP

Related Tools

    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/dnnyngyen/gemini-cli-orchestrator'

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