Skip to main content
Glama

Pollinations MCP Server

by bendusy

generate_text

Generate text using AI models like OpenAI or Mistral by providing a prompt, customizing behavior with system instructions, and enabling optional JSON responses or privacy settings.

Instructions

使用Pollinations.ai生成文本

Input Schema

NameRequiredDescriptionDefault
jsonNo是否返回JSON格式的响应
modelNo要使用的模型(如openai、mistral等)openai
privateNo设置为true可使响应私有
promptYes文本提示词
seedNo随机种子值(用于生成一致的结果)
systemNo系统提示词(设置AI行为)

Input Schema (JSON Schema)

{ "properties": { "json": { "default": false, "description": "是否返回JSON格式的响应", "type": "boolean" }, "model": { "default": "openai", "description": "要使用的模型(如openai、mistral等)", "type": "string" }, "private": { "default": false, "description": "设置为true可使响应私有", "type": "boolean" }, "prompt": { "description": "文本提示词", "type": "string" }, "seed": { "description": "随机种子值(用于生成一致的结果)", "type": "number" }, "system": { "description": "系统提示词(设置AI行为)", "type": "string" } }, "required": [ "prompt" ], "type": "object" }
Install Server

Other Tools from Pollinations 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/bendusy/pollinations-mcp'

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