Skip to main content
Glama
orzcls

Gemini CLI MCP Server

by orzcls

Help

Access help information for using the Gemini CLI MCP Server to interact with Google's Gemini CLI, analyze files, handle large contexts, and execute code safely.

Instructions

receive help information

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The switch case handler for the 'Help' tool within the CallToolRequestSchema handler. It returns a static text content block listing all available tools and their descriptions.
    case "Help": return { content: [{ type: "text", text: "Gemini CLI MCP Tool - Fixed Version\n\nAvailable commands:\n- ask-gemini: Interact with Gemini CLI\n- ping: Test connection\n- Help: Show this help\n- brainstorm: Generate novel ideas with creative frameworks\n- fetch-chunk: Retrieve cached chunks from changeMode responses\n- timeout-test: Test timeout prevention" }] };
  • The 'Help' tool definition in the tools array, which is returned by ListToolsRequestSchema. Includes name, description, and empty input schema. This serves as the tool registration.
    { name: "Help", description: "receive help information", inputSchema: { type: "object", properties: {}, required: [] } },

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/orzcls/gemini-mcp-tool-windows-fixed'

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