Skip to main content
Glama

WeWork MCP Server

by FOX2920

analyze_project_tasks

Evaluate and analyze tasks within a project to provide insights and task breakdowns. Optionally export results as a CSV file for further review or reporting.

Instructions

Phân tích các tasks trong dự án Args: project_id: ID của dự án export_csv: Có xuất file CSV không (default: False) Returns: Phân tích tasks dưới dạng dictionary

Input Schema

NameRequiredDescriptionDefault
export_csvNo
project_idYes

Input Schema (JSON Schema)

{ "properties": { "export_csv": { "default": false, "title": "Export Csv", "type": "boolean" }, "project_id": { "title": "Project Id", "type": "string" } }, "required": [ "project_id" ], "title": "analyze_project_tasksArguments", "type": "object" }

Other Tools from WeWork MCP Server

Related Tools

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/FOX2920/Aplus-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server