Validate Content
validate_contentValidate content against platform requirements BEFORE publishing.
USE THIS WHEN: • Unsure if content will work on target platforms • Publishing to multiple platforms with different requirements • Want to catch errors before attempting publish
Returns specific errors (e.g., 'TikTok requires video', 'Instagram needs media') and warnings (e.g., 'text close to character limit').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| platforms | Yes | Platforms to validate against |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| valid | No | ||
| errors | No | ||
| isError | No | ||
| warnings | No | ||
| platforms | No | ||
| errorMessage | No | ||
| followUpSuggestions | No |