Skip to main content
Glama

Multilead Open API MCP Server

by vanman2024

list_leads

Retrieve and filter leads from the Multilead platform using criteria like tags, company name, creation date, with pagination support for managing large datasets.

Instructions

List and filter leads with pagination

Args: tags: Filter by tags (optional) company: Filter by company name (optional) created_after: Filter leads created after this ISO 8601 datetime created_before: Filter leads created before this ISO 8601 datetime limit: Number of results to return (1-1000, default: 100) offset: Pagination offset (default: 0)

Returns: List of leads matching the filter criteria with pagination metadata

Input Schema

NameRequiredDescriptionDefault
tagsNo
companyNo
created_afterNo
created_beforeNo
limitNo
offsetNo

Input Schema (JSON Schema)

{ "properties": { "company": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null }, "created_after": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null }, "created_before": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null }, "limit": { "default": 100, "type": "integer" }, "offset": { "default": 0, "type": "integer" }, "tags": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null } }, "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