Skip to main content
Glama

Pollinations Multimodal MCP Server

updateDomains

Manage allowlisted domains for a user by updating the list of approved domains for secure API access within the Pollinations Multimodal MCP Server.

Instructions

Update domains allowlisted for a user

Input Schema

NameRequiredDescriptionDefault
domainsYesThe domains to allowlist
sessionIdYesThe session ID for authentication
userIdYesThe GitHub user ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "domains": { "description": "The domains to allowlist", "items": { "type": "string" }, "type": "array" }, "sessionId": { "description": "The session ID for authentication", "type": "string" }, "userId": { "description": "The GitHub user ID", "type": "string" } }, "required": [ "userId", "domains", "sessionId" ], "type": "object" }

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

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