Audiense Insights MCP Server

Official

get-audience-content

Retrieves audience content engagement details for a given audience.

This tool provides a detailed breakdown of the content an audience interacts with, including:

  • Liked Content: Popular posts, top domains, top emojis, top hashtags, top links, top media, and a word cloud.
  • Shared Content: Content that the audience shares, categorized similarly to liked content.
  • Influential Content: Content from influential accounts that impact the audience, with similar categorization.

Each category contains:

  • popularPost: List of the most engaged posts.
  • topDomains: Most mentioned domains.
  • topEmojis: Most used emojis.
  • topHashtags: Most used hashtags.
  • topLinks: Most shared links.
  • topMedia: Media types shared and samples.
  • wordcloud: Frequently used words.

Input Schema

NameRequiredDescriptionDefault
audience_content_idYesThe ID of the audience content to retrieve.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "audience_content_id": { "description": "The ID of the audience content to retrieve.", "type": "string" } }, "required": [ "audience_content_id" ], "type": "object" }