Skip to main content
Glama

WeWork MCP Server

by FOX2920

find_project_by_name

Search for WeWork projects by name with similarity scoring. Input a project name and adjust the similarity threshold to retrieve the most relevant project details.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
project_nameYes
thresholdNo

Input Schema (JSON Schema)

{ "properties": { "project_name": { "title": "Project Name", "type": "string" }, "threshold": { "default": 0.3, "title": "Threshold", "type": "number" } }, "required": [ "project_name" ], "title": "find_project_by_nameArguments", "type": "object" }

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