Skip to main content
Glama

Gemini Pro MCP Server

by lutic1

generate_text

Generate text content using Google's Gemini Pro AI model by providing a prompt. This tool creates written responses for various applications including content creation, brainstorming, and information synthesis.

Instructions

Generate text using Gemini 2.5 Pro model

Input Schema

NameRequiredDescriptionDefault
maxTokensNoMaximum number of tokens to generate (optional)
promptYesThe text prompt to send to Gemini
temperatureNoTemperature for text generation (0.0 to 2.0)

Input Schema (JSON Schema)

{ "properties": { "maxTokens": { "default": 1000, "description": "Maximum number of tokens to generate (optional)", "type": "number" }, "prompt": { "description": "The text prompt to send to Gemini", "type": "string" }, "temperature": { "default": 1, "description": "Temperature for text generation (0.0 to 2.0)", "type": "number" } }, "required": [ "prompt" ], "type": "object" }

Other Tools from Gemini Pro MCP 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/lutic1/Google-MCP-Server-'

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