MCP tools reference
All 14 tools available through Model Context Protocol.
Workspace
workspaceContext
Return active workspace, available workspaces, current role, limits, timezone, subscription, and capability flags.
workspaceAction
Create, switch, or delete a workspace when the user explicitly asks for workspace mutation.
Integrations
integrationList
List connected social accounts/channels and the providers AgentReacher can connect.
integrationConnect
Start OAuth or secure setup for a provider. This is separate because it opens external authorization.
integrationDisconnect
Disconnect a social account from the active workspace. Pass channelId when multiple accounts exist for the same provider.
integrationAction
Run provider-specific helper actions, such as listing or creating Pinterest boards.
Posts
postSchema
Return platform requirements, limits, supported config fields, missing settings, and validation hints for selected targets and content type.
postCompose
Create or revise a draft or scheduled post. Supplying postId revises the existing planned post; omitting it creates one.
postPlan
List, inspect, revise, cancel, or delete planned posts without exposing separate CRUD tools.
postPublish
Publish now, resume a scheduled post, or retry failed targets. Kept separate because it has external side effects.
postStatus
Read-only post and delivery inspection for one post, one delivery, or recent posts.
mediaPrepare
Import or prepare media from URL, base64 bytes, or direct-upload metadata for posting or the library. It does not generate media.
Team
teamAction
List workspace members and pending invitations, or invite a member to the active workspace.
Feedback
feedbackSend
Send product feedback directly to the AgentReacher team.
Each tool accepts structured parameters, but you do not need to know the exact format. Your AI assistant handles the mapping. Just describe what you want in plain language.
For setup instructions, see MCP overview.