Skip to main content
Glama

Clicky MCP Server

by colintoh

get_page_traffic

Retrieve traffic analytics for a specific webpage by providing its URL and date range to analyze visitor data and page performance metrics.

Instructions

Get traffic data for a specific page by filtering with its URL

Input Schema

NameRequiredDescriptionDefault
end_dateYesEnd date in YYYY-MM-DD format
start_dateYesStart date in YYYY-MM-DD format
urlYesFull URL or path of the page to get traffic for (e.g., https://example.com/path or /path)

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" }, "url": { "description": "Full URL or path of the page to get traffic for (e.g., https://example.com/path or /path)", "type": "string" } }, "required": [ "url", "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