repurpose_url
ActiveTool of SendIt
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'])"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
SendIt
https://github.com/Shree-git/sendit
1/7 registries