get_project_details
Retrieve detailed project information by providing a project ID using the tool on the WeWork MCP Server, enabling efficient project management and data analysis.
Instructions
Lấy chi tiết của một dự án
Args:
project_id: ID của dự án
Returns:
Chi tiết dự án bao gồm thông tin cơ bả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_detailsArguments",
"type": "object"
}