Skip to main content
Glama

fluentcrm_dashboard_stats

Retrieve dashboard statistics to monitor marketing automation performance and track key metrics within FluentCRM.

Instructions

Pobiera statystyki dashboarda

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • MCP tool handler that executes the tool by calling client.getDashboardStats() and formats the response as MCP content.
    case 'fluentcrm_dashboard_stats': return { content: [{ type: 'text', text: JSON.stringify(await client.getDashboardStats(), null, 2) }] };
  • Registers the tool with MCP server including name, description, and input schema.
    name: 'fluentcrm_dashboard_stats', description: 'Pobiera statystyki dashboarda', inputSchema: { type: 'object', properties: {}, }, },
  • Input schema definition for the tool (no required parameters).
    inputSchema: { type: 'object', properties: {}, },
  • Core implementation that fetches dashboard statistics from the FluentCRM API.
    async getDashboardStats() { const response = await this.apiClient.get('/reports/dashboard-stats'); 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