Skip to main content
Glama
palolxx

Pollinations Think MCP Server

textSchema.js1.02 kB
/** * Schema definitions for the Pollinations Text API */ /** * Schema for the respondText tool */ export const respondTextSchema = { name: 'respondText', description: 'Respond with text to a prompt using the Pollinations Text API', inputSchema: { type: 'object', properties: { prompt: { type: 'string', description: 'The text prompt to generate a response for' }, model: { type: 'string', description: 'Model to use for text generation (default: "openai"). Available options: "openai", "anthropic", "mistral", "llama", "gemini" - use listTextModels to see all models' }, seed: { type: 'number', description: 'Seed for reproducible results (default: random)' } }, required: ['prompt'] } }; /** * Schema for the listTextModels tool */ export const listTextModelsSchema = { name: 'listTextModels', description: 'List available text models', inputSchema: { type: 'object', properties: {} } };

Latest Blog Posts

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/palolxx/pollinations-think-mcp'

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