Skip to main content
Glama

fc_send_chat_message

Send messages in chat threads within FluentCommunity WordPress communities. Post user messages to specific conversation threads to facilitate community discussions and member interactions.

Instructions

Send a message in a chat thread

Input Schema

NameRequiredDescriptionDefault
thread_idYesThe thread ID
user_idYesThe user ID sending the message
messageYesMessage content

Input Schema (JSON Schema)

{ "properties": { "message": { "description": "Message content", "type": "string" }, "thread_id": { "description": "The thread ID", "type": "number" }, "user_id": { "description": "The user ID sending the message", "type": "number" } }, "required": [ "thread_id", "user_id", "message" ], "type": "object" }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/wplaunchify/fluent-community-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server