Skip to main content
Glama

mcp-metricool

Official
by metricool

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

NameRequiredDescriptionDefault
blog_idYes
endYes
metricYes
networkYes
startYes
timezoneYes

Input Schema (JSON Schema)

{ "properties": { "blog_id": { "title": "Blog Id", "type": "integer" }, "end": { "title": "End", "type": "string" }, "metric": { "title": "Metric" }, "network": { "title": "Network", "type": "string" }, "start": { "title": "Start", "type": "string" }, "timezone": { "title": "Timezone", "type": "string" } }, "required": [ "blog_id", "start", "end", "timezone", "network", "metric" ], "title": "get_analyticsArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/metricool/mcp-metricool'

If you have feedback or need assistance with the MCP directory API, please join our Discord server