mcp-metricool

Official

get_Network_Competitors

Retrieve a list of competitors for your brand from Metricool, analyze insights, and refine strategies by specifying date ranges, blog ID, and timezone.

Instructions

Get the list of your competitors from your Metricool brand account. Add interesting conclusions for my brand about my competitors. Args: init date: Init date of the period to get the data. The format is 2025-01-01 end date: End date of the period to get the data. The format is 2025-01-01 blog id: Blog id of the Metricool brand account. limit: Limit of competitors. By default = 10 timezone: Timezone of the post. The format is "Europe%2FMadrid". Use the timezone of the user extracted from the get_brands tool.

Input Schema

NameRequiredDescriptionDefault
blog_idYes
end_dateYes
init_dateYes
limitYes
networkYes
timezoneYes

Input Schema (JSON Schema)

{ "properties": { "blog_id": { "title": "Blog Id", "type": "integer" }, "end_date": { "title": "End Date", "type": "string" }, "init_date": { "title": "Init Date", "type": "string" }, "limit": { "title": "Limit", "type": "integer" }, "network": { "title": "Network", "type": "string" }, "timezone": { "title": "Timezone", "type": "string" } }, "required": [ "network", "init_date", "end_date", "blog_id", "limit", "timezone" ], "title": "get_Network_CompetitorsArguments", "type": "object" }
ID: uw09fpkyw9