Skip to main content
Glama

Multilead Open API MCP Server

by vanman2024

get_messages_from_a_specific_thread

Retrieve messages from specific conversation threads with optional timestamp filtering to access recent updates for lead management and communication tracking.

Instructions

Retrieve messages from specific conversation threads

This retrieves messages from one or more specific threads, with optional filtering by step change timestamp to get only recent updates.

Args: user_id: User ID account_id: Account ID threads: List of thread IDs to retrieve messages from filter_by_step_change_timestamp: Optional ISO timestamp to filter messages that were updated after this time

Returns: Messages from the specified threads

Input Schema

NameRequiredDescriptionDefault
user_idYes
account_idYes
threadsYes
filter_by_step_change_timestampNo

Input Schema (JSON Schema)

{ "properties": { "account_id": { "type": "string" }, "filter_by_step_change_timestamp": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null }, "threads": { "items": { "type": "string" }, "type": "array" }, "user_id": { "type": "string" } }, "required": [ "user_id", "account_id", "threads" ], "type": "object" }

Other Tools from Multilead Open API MCP Server

Related Tools

    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/vanman2024/multilead-mcp'

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