Skip to main content
Glama

Base Wework Get Project Members

base_wework_get_project_members

Fetch all project members (owners and followers) with their @username to enable direct task assignment.

Instructions

Lấy danh sách tất cả các thành viên (owners và followers) trong một dự án cụ thể kèm theo @username để giao task.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
access_tokenNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3.4/5.0
Behavior3/5

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

No annotations are present, so the description is the only behavioral signal. It clearly indicates a read operation and enumerates the returned member types and @username, which is useful. However, it does not disclose error behavior, authentication expectations, or whether the result is paginated.

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

Conciseness5/5

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

The description is a single front-loaded sentence containing the key facts: the action, the resource scope, the member roles, and the task-assignment purpose. There is no filler or redundant restatement of the tool name.

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

Completeness3/5

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

For a simple two-parameter getter with an output schema, the description covers the core purpose and result scope. But it falls short on explaining the access_token parameter and provides no usage differentiation among the many related member/list tools, leaving some ambiguity for an agent.

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%, so the description must compensate. The phrase 'trong một dự án cụ thể' indirectly aliases the id parameter to the project, but the access_token parameter is completely unexplained and no format or validation details are added.

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

Purpose5/5

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

The description clearly identifies the operation as retrieving the member list for a specific project, and it adds specificity by naming the member categories (owners and followers) and the @username deliverables. This distinguishes it from sibling tools like project summaries or member management actions.

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 phrase 'để giao task' suggests a use case, but there is no explicit guidance on when to use this tool versus alternatives such as base_wework_list_all_members or base_wework_get_project_detail. No exclusions or alternative routing are provided.

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