Skip to main content
Glama
FOX2920

WeWork MCP Server

by FOX2920

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WEWORK_ACCESS_TOKENYesYour WeWork API access token

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
search_projectsB
Tìm kiếm dự án theo tên

Args:
    search_text: Text để tìm kiếm trong tên dự án
    limit: Số lượng kết quả tối đa (default: 10)

Returns:
    Danh sách các dự án phù hợp
get_project_detailsB
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
analyze_project_tasksC
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
find_project_by_nameB
Tìm dự án theo tên với độ tương đồng

Args:
    project_name: Tên dự án cần tìm
    threshold: Ngưỡng tương đồng tối thiểu (default: 0.3)

Returns:
    Thông tin dự án phù hợp nhất
get_project_statisticsC
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
test_connectionB
Test kết nối với WeWork API

Returns:
    Thông tin về trạng thái kết nối

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
file://projects/available

Latest Blog Posts

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