You're viewing a demo portfolio

Join the waitlist
PRSM

repurpose_url

Active

Tool of SendIt

declared in 0.1.0

Takes a URL (article, YouTube video, or podcast) and repurposes its content into platform-optimized posts. Supports: • Web articles — extracts text content • YouTube videos — extracts transcript/captions • Podcast RSS feeds — extracts episode descriptions and show notes Returns platform-specific formatted output (X threads, Instagram carousel slides, Medium articles, etc.) with a quality score (0-100) for each variant.

Parameters schema

{
  "type": "object",
  "required": [
    "url",
    "target_platforms"
  ],
  "properties": {
    "url": {
      "type": "string",
      "description": "Source URL to repurpose (article, YouTube video, or podcast RSS feed)"
    },
    "tone": {
      "type": "string",
      "description": "Optional tone override (e.g., 'professional', 'casual', 'witty')"
    },
    "brand_voice_id": {
      "type": "string",
      "description": "Optional brand voice profile ID to apply"
    },
    "target_platforms": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Target platforms to generate content for (e.g., ['x', 'linkedin', 'instagram'])"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

SendIt

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

1/7 registries
View full server →