platform_validate
Validate a post's readiness across platforms by checking media, caption limits, credentials, and approval state. Returns platform-specific problems.
Instructions
Per-platform readiness of one post: media present, caption length caps, credentials/auth, Meta action block, YouTube future-publishAt, approval state. Returns { platform: { ready, problems[] } }. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| postId | Yes | ||
| campaign | Yes | ||
| clientId | No | Optional client id to scope this call (defaults to the active client) |