WAKATODOCS

Messaging

Space MCP tools in the Messaging scope (messaging). Reach these with a wks_live_ key over space-mcp or space-api.

Tools in the messaging scope, callable over space-mcp (tools/call) or space-api (REST) with a wks_live_* key that grants messaging.

get_thread_messages

Scope: messaging:read

Get messages in a thread. Requires thread_id.

ParameterTypeRequiredDescription
thread_idstringyes
limitnumber
offsetnumber

list_message_channels

Scope: messaging:read

List connected messaging channels (social DM accounts + shared PM) for this space.

list_message_threads

Scope: messaging:read

List inbox threads. Optional channel_id, platform, limit, offset.

ParameterTypeRequiredDescription
channel_idstring
platformstring
limitnumber
offsetnumber

send_message_reply

Scope: messaging:run

Reply / send a message in a thread (consequential). Requires thread_id and content.

ParameterTypeRequiredDescription
thread_idstringyes
contentstringyes
attachmentsarray

On this page