MCP tools

list_postsread only

List posts

Returns posts for a profile, newest first, with filters for status, content type, and platform.

Category
Posts
Calls
GET/v1/posts
Safe to auto-approve
Yes. It only reads data.

Parameters

profileIdstringoptional

Profile to act on. Omit to use the profile this API key belongs to. Call list_profiles first when managing several customers.

pageintegeroptional

Defaults to 1.

limitintegeroptional

Defaults to 20, max 100.

statusenumoptional

Filter by lifecycle state.

One of:draftpending_approvalapprovedrejectedscheduledqueuedprocessingpublishedpartially_publishedfailedcancelled

contentTypeenumoptional

One of:textimagevideo

platformenumoptional

One of:facebookinstagramtiktoklinkedinyoutube

Example

A tool call as an MCP client would send it.

{
  "name": "list_posts",
  "arguments": {}
}