get_project_statistics
Retrieve detailed project statistics, including overview and analytics, by inputting the project ID. Designed for WeWork MCP Server to support project management and decision-making.
Instructions
Lấy thống kê tổng quan về dự án
Args:
project_id: ID của dự án
Returns:
Thống kê chi tiết về dự án
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"project_id": {
"title": "Project Id",
"type": "string"
}
},
"required": [
"project_id"
],
"title": "get_project_statisticsArguments",
"type": "object"
}