Skip to main content
Glama

mcp-metricool

Official
by metricool

get_scheduled_posts

Retrieve scheduled posts for a Metricool brand account within a specified date range and timezone. Extend search range if needed to access unpublished posts efficiently.

Instructions

Get the list of scheduled posts for a specific Metricool brand (blog_id). Only retrieves posts that are scheduled (not yet published). If the user doesn't provide a blog_id, ask for it.

Args: blog_id: Blog id of the Metricool brand account. start: Start date of the period to get the data. The format is YYYY-MM-DD end: End date of the period to get the data. The format is YYYY-MM-DD timezone: Timezone of the post. The format is "Europe/Madrid". Use the timezone of the user extracted from the get_brands tool. extendedRange: When it's true, search date range is expanded one day after and one day before. Default value is false.

Input Schema

NameRequiredDescriptionDefault
blog_idYes
endYes
extendedRangeYes
startYes
timezoneYes

Input Schema (JSON Schema)

{ "properties": { "blog_id": { "title": "Blog Id", "type": "integer" }, "end": { "title": "End", "type": "string" }, "extendedRange": { "title": "Extendedrange", "type": "boolean" }, "start": { "title": "Start", "type": "string" }, "timezone": { "title": "Timezone", "type": "string" } }, "required": [ "blog_id", "start", "end", "timezone", "extendedRange" ], "title": "get_scheduled_postsArguments", "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