Skip to main content
Glama

Clicky MCP Server

by colintoh

get_traffic_sources

Retrieve traffic sources breakdown from Clicky analytics for any date range, with optional filtering by specific page URL to analyze visitor origins and referral patterns.

Instructions

Get traffic sources breakdown from Clicky analytics. Optionally filter by specific page URL.

Input Schema

NameRequiredDescriptionDefault
end_dateYesEnd date in YYYY-MM-DD format
page_urlNoOptional: Full URL or path of the page to get traffic sources for (e.g., https://example.com/path or /path)
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" }, "page_url": { "description": "Optional: Full URL or path of the page to get traffic sources for (e.g., https://example.com/path or /path)", "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