Skip to main content
Glama

MCP Gemini API Server

by techkwon

raw_prompt

Execute direct text prompts using the Gemini CLI to generate responses, set timeout, and control output size for efficient AI-driven interactions.

Instructions

Execute a raw prompt without file context using Gemini CLI

Input Schema

NameRequiredDescriptionDefault
maxOutputKBNoMaximum output size in KB (optional)
promptYesThe prompt to execute
timeoutNoTimeout in seconds (optional)

Input Schema (JSON Schema)

{ "properties": { "maxOutputKB": { "default": 1024, "description": "Maximum output size in KB (optional)", "type": "number" }, "prompt": { "description": "The prompt to execute", "type": "string" }, "timeout": { "default": 300, "description": "Timeout in seconds (optional)", "type": "number" } }, "required": [ "prompt" ], "type": "object" }
Install Server

Other Tools from MCP Gemini API Server

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

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