get-report-info
Retrieve detailed intelligence report data, including status, segmentation type, audience size, and access links, using the report ID via the Audiense Insights MCP Server.
Instructions
Retrieves detailed information about a specific intelligence report, including its status, segmentation type, audience size, segments, and access links.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
report_id | Yes | The ID of the intelligence report. |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"report_id": {
"description": "The ID of the intelligence report.",
"type": "string"
}
},
"required": [
"report_id"
],
"type": "object"
}