Skip to main content
Glama

fc_list_chat_messages

Retrieve chat messages from a specific thread in FluentCommunity to monitor conversations and review discussion history.

Instructions

List messages in a chat thread

Input Schema

NameRequiredDescriptionDefault
thread_idYesThe thread ID to get messages from
limitNoNumber of messages to return

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 50, "description": "Number of messages to return", "type": "number" }, "thread_id": { "description": "The thread ID to get messages from", "type": "number" } }, "required": [ "thread_id" ], "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