check_post_all
Check a post against all platforms at once to see per-platform character counts, limits, and fit status. Use it to decide where a draft can go as-is.
Instructions
Check one post against every platform at once and get a row per platform: counted length, limit, and whether it fits. Use this when deciding where a draft can go as-is. The per-platform arithmetic is included only for the platforms it fails, to keep the response small — call check_post for a single platform's full breakdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The post text, exactly as it will be published. Leading and trailing whitespace is trimmed, as the platforms do. `[URL]`-style placeholders are priced as a real link. |