Skip to main content
Once connected, your agent can call these tools. Everything is scoped to the authorized workspace.

list_channels

List the connected social accounts and their platforms. Use the returned channel ids with create_post.

create_post

Draft or schedule a post or thread. Provide either body or thread. Omit scheduled_at to save a draft.

list_scheduled

List scheduled/queued posts. Optionally filter by status (e.g. scheduled or draft).

cancel_post

Cancel a scheduled post by post_id — it reverts to a draft.
You rarely call these by name — just ask in plain language, e.g. “what’s queued for tomorrow?” or “cancel the LinkedIn post at 5pm.”