Skip to main content
Glama

Multilead Open API MCP Server

by vanman2024

get_messages_for_leads

Retrieve conversation messages for specific leads using user and account IDs to access communication history and track lead interactions.

Instructions

Retrieve messages for specific leads

This gets conversation messages associated with specific lead IDs.

Args: user_id: User ID account_id: Account ID lead_ids: Optional list of lead IDs to get messages for limit: Maximum number of results to return (default: 100)

Returns: Messages for the specified leads

Input Schema

NameRequiredDescriptionDefault
user_idYes
account_idYes
lead_idsNo
limitNo

Input Schema (JSON Schema)

{ "properties": { "account_id": { "type": "string" }, "lead_ids": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null }, "limit": { "default": 100, "type": "integer" }, "user_id": { "type": "string" } }, "required": [ "user_id", "account_id" ], "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