Vibe Marketing MCP (HyperFeed.ai)
get-text-before-fold
Truncate text to fit within the 'before fold' character limits for each social media platform for previewing purposes
Remote synthetic-ci/vibe-marketing
Other tools also called get-text-before-fold?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"text": {
"type": "string",
"description": "The text content to truncate"
},
"platform": {
"enum": [
"twitter",
"instagram",
"facebook",
"tiktok",
"linkedin",
"youtube"
],
"type": "string",
"description": "Social media platform"
},
"contentType": {
"enum": [
"title",
"description",
"post"
],
"type": "string",
"default": "post",
"description": "Content type (only relevant for YouTube: 'title' or 'description')"
}
}
}