Skip to main content
Glama

fluentcrm_dashboard_stats

Retrieve dashboard statistics for FluentCRM marketing automation to monitor campaign performance, contact metrics, and automation progress.

Instructions

Pobiera statystyki dashboarda

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Core implementation of the tool logic: fetches dashboard statistics from FluentCRM REST API endpoint '/reports/dashboard-stats'.
    async getDashboardStats() { const response = await this.apiClient.get('/reports/dashboard-stats'); return response.data; }
  • MCP server tool dispatch handler that invokes the client.getDashboardStats() method and returns JSON-formatted response.
    case 'fluentcrm_dashboard_stats': return { content: [{ type: 'text', text: JSON.stringify(await client.getDashboardStats(), null, 2) }] };
  • Tool registration entry in the ListTools response, defining name, description, and input schema (no parameters required).
    name: 'fluentcrm_dashboard_stats', description: 'Pobiera statystyki dashboarda', inputSchema: { type: 'object', properties: {}, }, },
  • Input schema for the tool: empty object (no input parameters).
    type: 'object', properties: {}, },

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