Skip to main content
Glama

FluentCRM MCP Server

by netflyapp

fluentcrm_create_tag

Create new tags in FluentCRM to organize and categorize contacts for targeted marketing campaigns and automation workflows.

Instructions

Tworzy nowy tag w FluentCRM

Input Schema

NameRequiredDescriptionDefault
descriptionNoOpis tagu
slugNoSlug tagu (np. "aw-progress-75")
titleYesNazwa tagu (np. "AW-progress-75")

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Opis tagu", "type": "string" }, "slug": { "description": "Slug tagu (np. \"aw-progress-75\")", "type": "string" }, "title": { "description": "Nazwa tagu (np. \"AW-progress-75\")", "type": "string" } }, "required": [ "title" ], "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