Skip to main content
Glama

Multilead Open API MCP Server

by vanman2024

get_all_conversations

Retrieve all conversations across channels with optional filtering by contact name and tags to manage and analyze communication history.

Instructions

Retrieve all conversations from all channels

This gets conversations from the "All channels" endpoint, with optional filtering by name and tags.

Args: user_id: User ID account_id: Account ID limit: Maximum number of results to return (default: 100) offset: Pagination offset (default: 0) name: Optional search filter for contact name tag_ids: Optional comma-separated list of tag IDs to filter by

Returns: List of all conversations

Input Schema

NameRequiredDescriptionDefault
user_idYes
account_idYes
limitNo
offsetNo
nameNo
tag_idsNo

Input Schema (JSON Schema)

{ "properties": { "account_id": { "type": "string" }, "limit": { "default": 100, "type": "integer" }, "name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null }, "offset": { "default": 0, "type": "integer" }, "tag_ids": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null }, "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