Tools
ocoya_list_posts
List Ocoya post groups for a brand and optionally filter by status or caption search before opening, updating, scheduling, or deleting posts.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List Ocoya post groups for a brand and optionally filter by status or caption search before opening, updating, scheduling, or deleting posts.
| Name | Type | Required | Description |
|---|---|---|---|
brandId | string | Yes | Brand ID from ocoya_list_brands. |
statuses | string[] | No | Optional post statuses to filter by. |
query | string | No | Optional caption search query. |
page | number | No | Zero-based page number. |
perPage | number | No | Maximum number of posts to return per page. |
{
"name": "ocoya_list_posts",
"arguments": {
"brandId": "cmayvq3hk00017apshay5qezu",
"statuses": ["SCHEDULED"],
"page": 0,
"perPage": 20
}
}