Skip to main content
Glama

Multilead Open API MCP Server

by vanman2024

get_conversations_by_identifiers

Retrieve conversations associated with specific identifiers like LinkedIn profile IDs or email addresses for lead management and communication tracking.

Instructions

Retrieve conversations using specific identifiers

This finds all conversations associated with the provided identifiers (e.g., LinkedIn profile IDs, email addresses).

Args: user_id: User ID account_id: Account ID identifiers: List of identifiers to search for (e.g., LinkedIn IDs)

Returns: Conversations matching the provided identifiers

Input Schema

NameRequiredDescriptionDefault
user_idYes
account_idYes
identifiersYes

Input Schema (JSON Schema)

{ "properties": { "account_id": { "type": "string" }, "identifiers": { "items": { "type": "string" }, "type": "array" }, "user_id": { "type": "string" } }, "required": [ "user_id", "account_id", "identifiers" ], "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