Skip to main content
Glama

Outsource MCP

outsource_text

Delegate text generation to external AI models for diverse perspectives or specialized capabilities. Specify provider, model, and prompt to receive responses tailored to your needs.

Instructions

Delegate text generation to another AI model. Use this when you need capabilities or perspectives from a different model than yourself. Args: provider: The AI provider to use (e.g., "openai", "anthropic", "google", "groq") model: The specific model identifier (e.g., "gpt-4o", "claude-3-5-sonnet-20241022", "gemini-2.0-flash-exp") prompt: The instruction or query to send to the external model Returns: The text response from the external model, or an error message if the request fails Example usage: To get a different perspective: provider="anthropic", model="claude-3-5-sonnet-20241022", prompt="Analyze this problem from a different angle..." To leverage specialized models: provider="deepseek", model="deepseek-coder", prompt="Write optimized Python code for..."

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_textArguments", "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