Skip to main content
Glama

Base Account Edit Group

base_account_edit_group

Edit department or working group information on the Base.vn platform. Change group name, members, managers, description, or parent path to manage team structures.

Instructions

Chỉnh sửa thông tin phòng ban / nhóm làm việc trên Base Account.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
pathYes
membersNo
managersNo
descriptionNo
parent_pathNo
access_tokenNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.4/5.0
Behavior2/5

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

No annotations are provided, so the description must carry the full burden of behavioral disclosure. 'Edit information' implies mutation but does not clarify whether updates are partial or full, how members/managers are handled, whether permissions are required, or what effects the operation has. This is a significant transparency gap for a mutating tool.

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

Conciseness4/5

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

The description is a single concise sentence with no filler, and the core action is front-loaded. It earns a decent score for conciseness, though it is arguably too brief to be appropriately sized for a seven-parameter mutation tool.

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?

For a mutation tool with seven parameters, no annotations, and no parameter description coverage, this one-line description is inadequate. It omits usage context, parameter semantics, behavioral effects, and any relationship to sibling tools. The presence of an output schema helps only with return values, not with how to invoke the tool correctly.

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 provides no parameter-level meaning. The schema exposes seven parameters including ambiguous names like 'path', 'parent_path', 'members', and 'managers', but nothing explains what format or semantics they expect. The description adds no value beyond the raw schema.

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 names a specific operation ('Chỉnh sửa' / edit) and a resource ('thông tin phòng ban / nhóm làm việc' / department or work group information) on Base Account. It is understandable at a glance, but it does not differentiate this tool from siblings like base_account_create_group or base_account_set_group_managers.

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 gives no guidance on when to use this tool instead of related tools such as base_account_create_group, base_account_set_group_managers, or base_wework_edit_department. It only states what it does, not the conditions or exclusions that should govern selection.

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