You're viewing a demo portfolio

Join the waitlist
PRSM

generate_ai_media

Active

Tool of SendIt

declared in 0.1.0

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)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

SendIt

https://github.com/Shree-git/sendit

1/7 registries
View full server →