Skip to main content
Glama

Pollinations MCP Server

by bendusy

generate_text

Create custom text outputs with AI models like OpenAI and Mistral by providing prompts. Define AI behavior, ensure consistency with seed values, and choose JSON or private responses for flexibility.

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