Skip to main content
Glama

add_user_to_team_group

Додати користувача до групи команди за email. Якщо юзер не існує — буде створений. move_from_other_groups=true прибирає юзера з усіх інших груп і скидає його індивідуальні ролі (повний переїзд у нову групу).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailYesUser email address
app_idYesProject ID (from list_projects)
send_emailNoВідправити email запрошення (default true)
user_group_idYesID групи (з list_team_groups або create_team_group)
move_from_other_groupsNoВидалити юзера з усіх інших груп і скинути індивідуальні ролі (default false)

TDQS

A4.2/5.0
Behavior4/5

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

Annotations are neutral (not readOnly, etc.), but description adds key behavior: auto-creation of non-existent users and full role reset on move_from_other_groups=true. This provides valuable context beyond annotations.

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?

Two sentences, concise and front-loaded with purpose, followed by behavioral clarifications. No wasted words.

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

Completeness4/5

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

Mutation tool with no output schema; description covers creation, move behavior, and parameter effects. Lacks permissions or return value info but sufficient for intended use.

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

Parameters3/5

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

Schema coverage is 100% with adequate descriptions; description adds extra detail for move_from_other_groups but does not significantly enhance understanding of other parameters.

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?

Description states specific action: adding a user to a team group by email, and distinguishes from siblings like add_user_to_portal_group. It also covers user creation and move_from_other_groups behavior, making the purpose very clear.

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

Usage Guidelines4/5

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

Implied usage for adding users to team groups; no explicit when-not or alternative tools, but context is clear from sibling names and description.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

B3.2/5.0
Disambiguation5/5

Each tool clearly targets a specific resource and action (e.g., create_form vs. delete_form, add_dashboard_item vs. create_calendar). Overlapping functions like delete_few_records and delete_records_by_filter are distinguished by scope. The descriptions provide sufficient detail to avoid confusion.

Naming Consistency4/5

Most tools follow a verb_noun pattern (create_, delete_, update_, list_, get_). Minor inconsistencies exist (add_ vs create_, set_ for permissions, check_ for status). Overall predictable and readable.

Tool Count3/5

118 tools is unusually large for an MCP server, but each tool addresses a distinct entity or operation within a comprehensive database platform. The count is borderline heavy; while justified by the domain, it may overwhelm agents.

Completeness5/5

The toolset covers creation, retrieval, updating, deletion, and management for all major entities (projects, forms, fields, records, portals, groups, reports, charts, maps, templates, schedules, etc.). Gaps are minimal (e.g., no duplicate_project), and critical workflows like bulk operations and AI site generation are included.

Resources