Skip to main content
Glama

Base Wework List Departments

base_wework_list_departments

List all departments in Base Wework to view organizational structure and reference department IDs for employee management.

Instructions

Lấy danh sách tất cả phòng ban (departments) trên Base Wework.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
page_idNo
access_tokenNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3.1/5.0
Behavior2/5

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

No annotations are provided, and the description only states the action. It does not mention pagination (despite limit and page_id), access-token handling, or any side effects. It is not misleading, but it carries almost no behavioral detail beyond the bare operation.

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?

A single sentence with no filler; the verb and object are front-loaded and there is no redundant restatement of the tool name. It earns its place.

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?

While an output schema exists and can describe the return shape, the description leaves pagination/auth behavior and the meaning of the params to inference. For a 3-param tool with no annotations, this is not complete enough for reliable invocation, especially because 'all' departments may require paging via limit/page_id.

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

Parameters1/5

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

Schema description coverage is 0% and the description adds no meaning to any of the three parameters. An agent must infer that limit controls page size, page_id controls pagination, and access_token is likely an authentication token from parameter names alone.

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 Vietnamese description clearly states a specific action — 'Lấy danh sách tất cả phòng ban' (get list of all departments) — tied to the Base Wework resource. The plural 'all departments' distinguishes it from sibling get_department, which implies a single department lookup.

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

Usage Guidelines3/5

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

The phrase 'tất cả' (all) implies this is the tool to use when a complete department list is needed, but there is no explicit when-to-use/when-not-to-use statement and no alternative tool is named. Usage is only implied, not spelled out.

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