score_content
ActiveTool of SendIt
Score content quality on a 0-100 scale before publishing. Evaluates 5 factors (20 points each): 1. Text length optimization for target platforms 2. Hashtag count optimization 3. Posting time alignment with best engagement windows 4. Media presence (images/videos) 5. Content patterns (CTA, hooks, formatting, emoji) Returns overall score, per-factor breakdown, and improvement suggestions.
Parameters schema
{
"type": "object",
"required": [
"platforms",
"text"
],
"properties": {
"text": {
"type": "string",
"description": "The post text content"
},
"mediaUrl": {
"type": "string",
"description": "Primary media URL (optional)"
},
"mediaUrls": {
"type": "array",
"items": {
"type": "string"
},
"description": "Multiple media URLs for carousel (optional)"
},
"platforms": {
"type": "array",
"items": {
"enum": [
"x",
"linkedin",
"linkedin-page",
"facebook",
"instagram",
"threads",
"bluesky",
"mastodon",
"nostr",
"youtube",
"tiktok",
"lemmy",
"discord",
"slack",
"telegram",
"pinterest",
"dribbble",
"devto",
"hashnode",
"gmb",
"whop",
"producthunt"
],
"type": "string"
},
"description": "Target platforms to score against"
},
"scheduledTime": {
"type": "string",
"format": "date-time",
"description": "Scheduled publish time in ISO 8601 (optional, improves time score)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
SendIt
https://github.com/Shree-git/sendit
1/7 registries