Audiense Insights MCP Server

Official

get-baselines

Retrieves available baselines, optionally filtered by country.

Input Schema

NameRequiredDescriptionDefault
countryNoISO country code to filter by.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "country": { "description": "ISO country code to filter by.", "type": "string" } }, "type": "object" }