Skip to main content
Glama

Clicky MCP Server

by colintoh

get_top_pages

Retrieve the most visited website pages during a specified date range from Clicky analytics to analyze traffic patterns and page performance.

Instructions

Get top pages for a date range from Clicky analytics

Input Schema

NameRequiredDescriptionDefault
end_dateYesEnd date in YYYY-MM-DD format
limitNoMaximum number of pages to return (default: API default, max: 1000)
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" }, "limit": { "description": "Maximum number of pages to return (default: API default, max: 1000)", "maximum": 1000, "minimum": 1, "type": "number" }, "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