Skip to main content
Glama

Matomo MCP Server

by thichcode

matomo_get_top_pages

Retrieve the most accessed pages from a Matomo Analytics site by specifying the site ID, date, period, and result limit. Use this tool to analyze web traffic and optimize content performance.

Instructions

Lấy danh sách trang được truy cập nhiều nhất

Input Schema

NameRequiredDescriptionDefault
dateYesNgày cần lấy dữ liệu (YYYY-MM-DD)
limitNoSố lượng kết quả tối đa
periodNoChu kỳ (day, week, month, year)day
siteIdYesID của site

Input Schema (JSON Schema)

{ "properties": { "date": { "description": "Ngày cần lấy dữ liệu (YYYY-MM-DD)", "type": "string" }, "limit": { "default": 10, "description": "Số lượng kết quả tối đa", "type": "number" }, "period": { "default": "day", "description": "Chu kỳ (day, week, month, year)", "type": "string" }, "siteId": { "description": "ID của site", "type": "number" } }, "required": [ "siteId", "date" ], "type": "object" }

Other Tools from Matomo 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/thichcode/matomo_mcp'

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