Skip to main content
Glama

fc_list_chat_threads

Retrieve and filter chat conversations from FluentCommunity with options to search by user ID, thread status, and limit results for efficient management.

Instructions

List chat threads/conversations

Input Schema

NameRequiredDescriptionDefault
user_idNoFilter threads by user ID
statusNoFilter by thread status
limitNoNumber of threads to return

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 20, "description": "Number of threads to return", "type": "number" }, "status": { "description": "Filter by thread status", "type": "string" }, "user_id": { "description": "Filter threads by user ID", "type": "number" } }, "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