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
Name | Required | Description | Default |
---|---|---|---|
blog_id | Yes | ||
end | Yes | ||
extendedRange | Yes | ||
start | Yes | ||
timezone | Yes |