Skip to main content
Glama

Clicky MCP Server

by colintoh

get_total_visitors

Retrieve total visitor counts for a specified date range from Clicky analytics to monitor website traffic performance and analyze audience engagement patterns.

Instructions

Get total visitors for a date range from Clicky analytics

Input Schema

NameRequiredDescriptionDefault
end_dateYesEnd date in YYYY-MM-DD format
start_dateYesStart date in YYYY-MM-DD format

Input Schema (JSON Schema)

{ "properties": { "end_date": { "description": "End date in YYYY-MM-DD format", "pattern": "^\\d{4}-\\d{2}-\\d{2}$", "type": "string" }, "start_date": { "description": "Start date in YYYY-MM-DD format", "pattern": "^\\d{4}-\\d{2}-\\d{2}$", "type": "string" } }, "required": [ "start_date", "end_date" ], "type": "object" }

Other Tools from Clicky MCP Server

Related Tools

    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/colintoh/clicky-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server