Skip to main content
Glama

fluentcrm_list_email_templates

Retrieve email templates from FluentCRM to use in marketing campaigns and automated workflows.

Instructions

Pobiera szablony email

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Tool handler in the switch statement that calls FluentCRMClient.listEmailTemplates() and formats the response as MCP content.
    case 'fluentcrm_list_email_templates': return { content: [{ type: 'text', text: JSON.stringify(await client.listEmailTemplates(), null, 2) }] };
  • Registers the tool in the ListTools response with name, description, and empty input schema.
    name: 'fluentcrm_list_email_templates', description: 'Pobiera szablony email', inputSchema: { type: 'object', properties: {}, }, },
  • Core implementation in FluentCRMClient that performs the API GET request to /email-templates endpoint.
    async listEmailTemplates(params: any = {}) { const response = await this.apiClient.get('/email-templates', { params }); return response.data; }

Latest Blog Posts

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