matomo_get_site
Retrieve detailed information about a specific site using its ID through the Matomo MCP Server, enabling precise management and analysis of site data.
Instructions
Lấy thông tin chi tiết của một site
Input Schema
Name | Required | Description | Default |
---|---|---|---|
siteId | Yes | ID của site cần lấy thông tin |
Input Schema (JSON Schema)
{
"properties": {
"siteId": {
"description": "ID của site cần lấy thông tin",
"type": "number"
}
},
"required": [
"siteId"
],
"type": "object"
}