Skip to main content
Glama

Base Account Get Direct Reports

base_account_get_direct_reports

Retrieve the list of direct reports for a given manager username, enabling quick access to team hierarchy and subordinate details.

Instructions

Lấy danh sách nhân viên cấp dưới trực tiếp (direct reports) của một quản lý/lead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
usernameYes
access_tokenNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3.2/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, but it only repeats the purpose. It does not mention that this is a read-only operation, any authentication requirements, or behavior when the username has no direct reports. This is a significant gap for a data-fetching tool.

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 one clear sentence, front-loaded with the core action and resource. There is no fluff or redundant wording, making it easy to parse quickly.

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 retrieval tool with an output schema, the description provides the essential purpose and implies the role of `username`, which is probably enough. However, it lacks usage context, any note about authentication requirements, and does not cover the `access_token` parameter. It is adequate but not complete.

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. It adds meaning to the `username` parameter by identifying it as the manager/lead whose direct reports are returned, but it leaves `access_token` completely unexplained. The description only partially compensates for the missing schema documentation.

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 states a specific action ('get') and a specific resource ('direct reports of a manager/lead'), which clearly differentiates it from sibling tools like base_account_get_all_users and base_account_search_user. Even though it is written in Vietnamese, the meaning is unambiguous.

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 provides no guidance on when to use this tool versus alternatives such as base_account_get_all_users or base_account_search_user. It states only what the tool does, leaving the selection decision entirely to the agent.

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