Skip to main content
Every tool is scoped. A connected agent can only call a tool if the scope was granted on the consent screen, and never beyond your team role.

list_accounts

scope
accounts:read
List the team’s connected social accounts. No arguments. Returns each account’s platform and handle.

get_platform_capabilities

scope
capabilities:read
Per-platform posting limits, formats, and supported post types.
platform
string
A single platform (for example instagram, youtube, linkedin). Omit to get every platform.

generate_caption

scope
generate:write
Draft a caption in your brand voice.
topic
string
required
What the post is about (1-2000 characters).
platform
string
Target platform, so the draft fits its norms and limits.
tone
string
A tone hint (for example casual, professional).
language
string
Output language.

publish_post

scope
posts:write
Publish now, or schedule for later, to one or more platforms. Returns an operation id, a rollup status, and per-target results.
caption
string
The post text.
media
string[]
Up to 35 Sydium-hosted media URLs. Upload media in the Sydium app or via the REST API first; arbitrary external URLs are rejected.
scheduleAt
string (ISO 8601)
A future timestamp with offset (for example 2026-07-01T09:00:00Z). Omit to publish immediately.
targets
object[]
required
1-10 targets, each { platform, postType?, options? }. postType and options are platform-specific (for example a YouTube short).

get_post_status

scope
posts:read
Per-target status of a publish or schedule operation.
id
string
required
The operation id returned by publish_post.

cancel_post

scope
posts:write
Cancel a scheduled operation. Only targets that are still scheduled are cancelled - a target already publishing or published is left untouched. Returns the operation’s state after cancellation.
id
string
required
The operation id to cancel.

get_analytics

scope
analytics:read
Account analytics as a daily time-series.
from
string (YYYY-MM-DD)
Start date. Defaults to 30 days ago.
to
string (YYYY-MM-DD)
End date. Defaults to today.