Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
MATOMO_BASE_URL | Yes | URL of your Matomo instance | |
MATOMO_TOKEN_AUTH | Yes | Your Matomo API token for authentication |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
matomo_connect | Kết nối đến Matomo instance với URL và token xác thực |
matomo_get_sites | Lấy danh sách tất cả các sites trong Matomo |
matomo_get_site | Lấy thông tin chi tiết của một site |
matomo_add_site | Thêm một site mới vào Matomo |
matomo_get_users | Lấy danh sách tất cả users trong Matomo |
matomo_add_user | Thêm một user mới vào Matomo |
matomo_get_goals | Lấy danh sách goals của một site |
matomo_add_goal | Thêm một goal mới cho site |
matomo_get_visits_summary | Lấy tổng quan lượt truy cập của site |
matomo_get_top_pages | Lấy danh sách trang được truy cập nhiều nhất |
matomo_get_system_info | Lấy thông tin hệ thống Matomo |