mcp-metricool

Official

get_Best_Time_To_Post

Identify optimal posting times for social media by analyzing engagement data. Specify start & end dates, blog ID, provider, and timezone to receive ranked hours and days for maximum impact.

Instructions

Get the best time to post for a specific provider. The return is a list of hours and days with a value. The higher the value, the best time to post. Try to get the best for as maximum of 1 week. If you have day to publish but not hours, choose the start and end of this day. Args: start: Start date of the period to get the data. The format is 2025-01-01 end: End date of the period to get the data. The format is 2025-01-01 blog id: Blog id of the Metricool brand account. provider: Provider of the post. The format is "twitter", "facebook", "instagram", "linkedin", "youtube", "tiktok". Only these are accepted. 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
endYes
providerYes
startYes
timezoneYes

Input Schema (JSON Schema)

{ "properties": { "blog_id": { "title": "Blog Id", "type": "integer" }, "end": { "title": "End", "type": "string" }, "provider": { "title": "Provider", "type": "string" }, "start": { "title": "Start", "type": "string" }, "timezone": { "title": "Timezone", "type": "string" } }, "required": [ "start", "end", "blog_id", "provider", "timezone" ], "title": "get_Best_Time_To_PostArguments", "type": "object" }
ID: uw09fpkyw9