Tools
ocoya_list_calendar_posts
List scheduled calendar posts for a brand within a date range, using ISO datetimes for the start and end boundaries.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List scheduled calendar posts for a brand within a date range, using ISO datetimes for the start and end boundaries.
| Name | Type | Required | Description |
|---|---|---|---|
brandId | string | Yes | Brand ID from ocoya_list_brands. |
dateFrom | string | Yes | Start ISO datetime. |
dateTo | string | Yes | End ISO datetime. |
page | number | No | Zero-based page number. |
perPage | number | No | Maximum number of posts to return per page. |
{
"name": "ocoya_list_calendar_posts",
"arguments": {
"brandId": "cmayvq3hk00017apshay5qezu",
"dateFrom": "2026-07-01T00:00:00Z",
"dateTo": "2026-07-08T00:00:00Z"
}
}