Skip to main content
Glama

Matomo MCP Server

by thichcode

matomo_add_goal

Add a new goal to a Matomo Analytics site by specifying the site ID, goal name, description, match attribute, pattern, and pattern type for accurate tracking and reporting.

Instructions

Thêm một goal mới cho site

Input Schema

NameRequiredDescriptionDefault
descriptionYesMô tả của goal
matchAttributeYesThuộc tính khớp (url, title, event, etc.)
nameYesTên của goal
patternYesMẫu khớp
patternTypeYesLoại mẫu (exact, contains, regex, etc.)
siteIdYesID của site

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Mô tả của goal", "type": "string" }, "matchAttribute": { "description": "Thuộc tính khớp (url, title, event, etc.)", "type": "string" }, "name": { "description": "Tên của goal", "type": "string" }, "pattern": { "description": "Mẫu khớp", "type": "string" }, "patternType": { "description": "Loại mẫu (exact, contains, regex, etc.)", "type": "string" }, "siteId": { "description": "ID của site", "type": "number" } }, "required": [ "siteId", "name", "description", "matchAttribute", "pattern", "patternType" ], "type": "object" }

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