Social Tags
Manage tags for social media posts to enable filtering, reporting, and content organization. Supports batch tag retrieval by IDs.
Tags add a flexible organization layer on top of categories. While categories provide broad grouping, tags let you slice content by campaign, topic, audience segment, or any other dimension relevant to your content strategy.
What This MCP Tool Does
List all available social media tags and retrieve tags by their IDs in batch. Tags are applied to posts during creation via Social Post CRUD and used for filtering via Social Post Search.
Endpoint Reference
List tags: GET /social-media-posting/tags
Get tags by IDs: POST /social-media-posting/tags/batch
Authentication
Requires a Private Integration Token (PIT) with the social-media-posting scope enabled.
Key Parameters
ids— array of tag IDs for batch retrieval
Important Notes
Tags are separate from contact tags. Social media tags organize content. Contact tags segment people. Don’t confuse the two systems.
The batch endpoint is efficient when you need details on multiple tags at once — pass all the IDs in a single call instead of making individual requests.
Related MCP Tools
- Social Post CRUD — Apply tags when creating posts
- Social Post Search — Filter posts by tags
- Social Categories — Categories complement tags
- Social Bulk Delete — Filter by tags before bulk operations
- Contact Tags — Different tag system for contacts (not social)