You're viewing a demo portfolio

Join the waitlist
PRSM

score_content

Active

Tool of SendIt

declared in 0.1.0

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

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

SendIt

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

1/7 registries
View full server →