get_analytics
Retrieve social media analytics data for a specific Metricool brand account. Specify the brand ID, date range, timezone, social network, and metrics to generate insights.
Instructions
Retrieve analytics data for a specific Metricool brand. If the user does not specify any metric you can use the get_metrics tool and let the user decide them.
Args: - blog_id (int): ID of the Metricool brand account. Required. - start (str): Start date of the data period (format: YYYY-MM-DD). Required. - end (str): End date of the data period (format: YYYY-MM-DD). Required. - timezone (str): Timezone from the brand(e.g., Europe/Madrid). Required. If you don't have the timezone you can obtain it from the get_brands tool - network (str): Social network to analyze (e.g., facebook, instagram, linkedin, youtube, tiktok, etc.), it must be connected to the brand. Required. - metric ([str]): List of metrics, default is empty. If blog_id is missing, ask the user to provide it. If network is missing, ask the user to specify one. If network is not connected to the brand, ask the user to specify one of the connected ones.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
blog_id | Yes | ||
end | Yes | ||
metric | Yes | ||
network | Yes | ||
start | Yes | ||
timezone | Yes |