Skip to main content
Glama

Base Wework Remove Department

base_wework_remove_department

Delete a department from Base Wework by providing its ID, removing it from the organizational structure.

Instructions

Xóa phòng ban trên Base Wework.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
usernameNo
access_tokenNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.1/5.0
Behavior1/5

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

Annotations are absent, so the description alone must disclose behavioral traits. It only states the action 'delete department' without mentioning consequences (cascade deletion, irreversibility), required permissions, or side effects. This is a destructive operation that should warn about data loss, but the description offers zero transparency beyond the verb.

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

Conciseness2/5

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

The description is one short sentence, which is technically concise, but it is under-specified to the point of being unhelpful. It lacks essential context and structure, so the conciseness is not a positive attribute here; it's a deficiency.

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

Completeness1/5

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

Given that this is a destructive delete operation with a required ID parameter, the description is severely incomplete. It does not clarify the meaning of the ID, potential constraints, return behavior, or any operational prerequisites. Even though an output schema exists, the description fails to provide minimal context for an agent to safely invoke the tool.

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 the three parameters (id, username, access_token). It does not explain what 'id' refers to (department ID), how authentication tokens are used, or any format/syntax. The description is wholly unhelpful for understanding parameter usage.

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 states the action ('Xóa phòng ban' = Delete department) and the resource (department on Base Wework). It distinguishes itself from sibling tools like create/edit/get department by explicitly using 'remove' (delete), so the agent knows exactly what operation this performs.

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

Usage Guidelines1/5

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

The description provides no guidance on when to use this tool versus alternatives such as base_wework_remove_department_manager or base_wework_edit_department. There is no mention of prerequisites, conditions for deletion, or exclusions, leaving the agent to infer usage entirely.

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