report-summary
Generate detailed summaries of Audiense reports, capturing segment insights, key influencers, and top findings to simplify data analysis and decision-making.
Instructions
Generates a comprehensive summary of an Audiense report, including segment details, top insights, and influencers.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
report_id | Yes | The 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"
}