generate_ai_media
ActiveTool of SendIt
Generate AI images or videos using approved media providers. Supported providers: - heygen-mcp: HeyGen Direct API or MCP video/avatar generation - codex-oauth-image: Codex OAuth image generation for gpt-image-2 Returns a job ID that can be polled for status.
Parameters schema
{
"type": "object",
"required": [
"provider",
"prompt"
],
"properties": {
"prompt": {
"type": "string",
"description": "Creative prompt for generation"
},
"provider": {
"enum": [
"heygen-mcp",
"codex-oauth-image"
],
"type": "string",
"description": "AI media provider"
},
"media_type": {
"enum": [
"image",
"video"
],
"type": "string",
"description": "Type of media to generate (default: video)"
},
"parameters": {
"type": "object",
"description": "Provider-specific parameters (e.g. duration, resolution, style, aspectRatio)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
SendIt
https://github.com/Shree-git/sendit
1/7 registries