Skip to main content
Glama

Base Wework Set Project Manager

base_wework_set_project_manager

Replace the entire project manager list for a Base.vn project by providing the project ID and the new list of user identifiers.

Instructions

Ghi đè/thiết lập lại toàn bộ danh sách quản lý (Project Managers) của dự án.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
usersYes
usernameNo
access_tokenNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.6/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It states the operation is a full overwrite (Ghi đè) which is helpful, but it does not disclose important details such as whether the existing list is completely destroyed, whether authentication is required, or whether there are rate limits. Since the tool has side effects (modifying project managers), and no annotations to cover these, the description falls short.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very brief, consisting of only one sentence (in Vietnamese) that is to the point but lacks structure. It front-loads the key action (Ghi đè) but does not provide any elaboration or context. It is concise, but its brevity is more under-specification than effective conciseness, leaving critical gaps.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (mutating operation, multiple parameters, no schema descriptions, no annotations, and an output schema that is not described), the description is insufficient. An agent cannot reliably infer the correct parameter usage, the full implications of the operation, or how to handle the response. The description does not explain the output schema, nor does it cover the parameter semantics as required.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, with no descriptions for the parameters. The description mentions 'danh sách quản lý' which hints at the 'users' parameter being the list of new managers, but it does not explain the format of 'users' (string vs array), the meaning of 'id' (project ID), or the optional 'username' and 'access_token' parameters. The description fails to compensate for the complete lack of schema documentation.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb (Ghi đè/thiết lập lại) and the resource (danh sách quản lý của dự án), making it distinct from sibling tools like base_wework_add_project_manager which adds a manager rather than replacing the entire list. However, it lacks explicit mention of the project identifier parameter, which weakens the clarity slightly.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description does not provide any guidance on when to use this tool versus alternatives such as base_wework_add_project_manager, base_wework_exchange_project_manager, or base_wework_remove_department. There is no context about scenarios like initial setup, bulk changes, or when to use the 'set' operation instead of incremental modifications. The description is purely declarative.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools