Audiense Insights MCP Server

Official

report-summary

Generates a comprehensive summary of an Audiense report, including segment details, top insights, and influencers.

Input Schema

NameRequiredDescriptionDefault
report_idYesThe ID of the intelligence report to summarize.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "report_id": { "description": "The ID of the intelligence report to summarize.", "type": "string" } }, "required": [ "report_id" ], "type": "object" }