Gemini MCP Server

MIT License
5
  • Apple
  • Linux

generate_text

Generate high-quality text based on customizable prompts using Google's Gemini Pro model integrated via the Gemini MCP Server. Adjust parameters like temperature, topK, and topP for tailored output.

Input Schema

NameRequiredDescriptionDefault
maxOutputTokensNo
promptYes
streamNo
temperatureNo
topKNo
topPNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "maxOutputTokens": { "maximum": 8192, "minimum": 1, "type": "number" }, "prompt": { "minLength": 1, "type": "string" }, "stream": { "type": "boolean" }, "temperature": { "maximum": 1, "minimum": 0, "type": "number" }, "topK": { "maximum": 40, "minimum": 1, "type": "number" }, "topP": { "maximum": 1, "minimum": 0, "type": "number" } }, "required": [ "prompt" ], "type": "object" }

You must be authenticated.

Other Tools from Gemini MCP Server

Related Tools

ID: ejwvacw7s0