Skip to main content
Glama

Help

Access help information for the Gemini MCP Tool to understand how to use its features for analyzing files and codebases with natural language commands.

Instructions

receive help information

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The 'Help' tool implementation, including name, description, schema reference, and execute handler that runs the 'gemini -help' command.
    export const helpTool: UnifiedTool = { name: "Help", description: "receive help information", zodSchema: helpArgsSchema, prompt: { description: "receive help information", }, category: 'simple', execute: async (args, onProgress) => { return executeCommand("gemini", ["-help"], onProgress); } };
  • Zod schema definition for the Help tool arguments (empty object, no parameters required).
    const helpArgsSchema = z.object({});
  • Registration of the helpTool into the central toolRegistry array.
    toolRegistry.push( askGeminiTool, pingTool, helpTool, brainstormTool, fetchChunkTool, timeoutTestTool );

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