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.
| Parameter | Type | Required | Description |
|---|---|---|---|
thread_id | string | yes | |
limit | number | ||
offset | number |
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.
| Parameter | Type | Required | Description |
|---|---|---|---|
channel_id | string | ||
platform | string | ||
limit | number | ||
offset | number |
send_message_reply
Scope: messaging:run
Reply / send a message in a thread (consequential). Requires thread_id and content.
| Parameter | Type | Required | Description |
|---|---|---|---|
thread_id | string | yes | |
content | string | yes | |
attachments | array |