Skip to main content
Glama

Outsource MCP

outsource_image

Generate high-quality or quick-concept images using external AI models. Specify provider, model, and prompt to create and retrieve visual content for various use cases.

Instructions

Delegate image generation to an external AI model. Use this when you need to create visual content. Args: provider: The AI provider to use (currently only "openai" is supported) model: The image model to use ("dall-e-3" for high quality, "dall-e-2" for faster/cheaper) prompt: A detailed description of the image you want to generate Returns: The URL of the generated image, which can be shared with users or used in responses Example usage: For high-quality images: provider="openai", model="dall-e-3", prompt="A photorealistic rendering of..." For quick concepts: provider="openai", model="dall-e-2", prompt="A simple sketch showing..." Note: Only OpenAI currently supports image generation. Other providers will return an error.

Input Schema

NameRequiredDescriptionDefault
modelYes
promptYes
providerYes

Input Schema (JSON Schema)

{ "properties": { "model": { "title": "Model", "type": "string" }, "prompt": { "title": "Prompt", "type": "string" }, "provider": { "title": "Provider", "type": "string" } }, "required": [ "provider", "model", "prompt" ], "title": "outsource_imageArguments", "type": "object" }
Install Server

Other Tools from Outsource MCP

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/gwbischof/outsource-mcp'

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