Skip to main content
Glama

FluentCRM MCP Server

by netflyapp

fluentcrm_validate_smart_link_data

Validate Smart Link data before creation to ensure proper configuration of title, URL, tags, lists, and auto-login settings in FluentCRM marketing automation.

Instructions

Waliduje dane Smart Link przed utworzeniem

Input Schema

NameRequiredDescriptionDefault
apply_listsNo
apply_tagsNo
auto_loginNo
remove_listsNo
remove_tagsNo
slugNoSlug
target_urlYesDocelowy URL
titleYesNazwa Smart Link

Input Schema (JSON Schema)

{ "properties": { "apply_lists": { "items": { "type": "number" }, "type": "array" }, "apply_tags": { "items": { "type": "number" }, "type": "array" }, "auto_login": { "type": "boolean" }, "remove_lists": { "items": { "type": "number" }, "type": "array" }, "remove_tags": { "items": { "type": "number" }, "type": "array" }, "slug": { "description": "Slug", "type": "string" }, "target_url": { "description": "Docelowy URL", "type": "string" }, "title": { "description": "Nazwa Smart Link", "type": "string" } }, "required": [ "title", "target_url" ], "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