Skip to main content
Glama

FluentCRM MCP Server

by netflyapp

fluentcrm_detach_contact_from_list

Remove a contact from specific lists in FluentCRM marketing automation. Use this tool to manage contact list memberships by providing the subscriber ID and list IDs.

Instructions

Usuwa kontakt z listy

Input Schema

NameRequiredDescriptionDefault
listIdsYesLista ID list
subscriberIdYesID kontaktu

Input Schema (JSON Schema)

{ "properties": { "listIds": { "description": "Lista ID list", "items": { "type": "number" }, "type": "array" }, "subscriberId": { "description": "ID kontaktu", "type": "number" } }, "required": [ "subscriberId", "listIds" ], "type": "object" }

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/netflyapp/fluentcrm-mcp-server'

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