You're viewing a demo portfolio

Join the waitlist
PRSM

schedule_multilang_content

Active

Tool of SendIt

declared in 0.1.0

Schedule the same post in multiple languages, linking all variants into one translation group.

Parameters schema

{
  "type": "object",
  "required": [
    "versions",
    "scheduledAt"
  ],
  "properties": {
    "title": {
      "type": "string",
      "description": "Optional shared title for supported platforms."
    },
    "team_id": {
      "type": "string",
      "description": "Team ID to operate in team scope. Get available teams with list_teams. If omitted, uses personal scope."
    },
    "mediaUrl": {
      "type": "string",
      "description": "Optional shared public HTTPS media URL."
    },
    "timezone": {
      "type": "string",
      "description": "Optional IANA timezone stored with the scheduled posts."
    },
    "versions": {
      "type": "array",
      "items": {
        "type": "object",
        "required": [
          "lang",
          "text",
          "targetAccounts"
        ],
        "properties": {
          "lang": {
            "type": "string",
            "description": "Language code such as en, es, fr, or de."
          },
          "text": {
            "type": "string",
            "description": "Localized post text for this version."
          },
          "targetAccounts": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "Connected account IDs for this language version."
          }
        }
      },
      "description": "Language-specific post variants. Maximum 11 versions per request."
    },
    "mediaType": {
      "enum": [
        "image",
        "video",
        "auto"
      ],
      "type": "string",
      "description": "Optional shared media type hint."
    },
    "mediaUrls": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Optional shared public HTTPS media URLs."
    },
    "scheduledAt": {
      "type": "string",
      "format": "date-time",
      "description": "Future ISO 8601 publish time for every language version."
    }
  }
}

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 →