Gemini MCP Server

generate_text

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