Skip to main content
Glama

Добавить участника или изменить его права

members_save

Add registered users to a case by email, or update a member's role and granular permissions. Adjust access precisely with extra and revoked permissions.

Instructions

Без параметра member добавляет в дело уже зарегистрированного человека по почте. С параметром member меняет его роль и точечные права поверх роли. Если человек ещё не зарегистрирован, создайте ссылку-приглашение через invites_create.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
caseNoДело: название или идентификатор. Если не указать, берётся дело по умолчанию, иначе последнее открытое в панели.
noteNoСлужебная пометка об участнике.
roleNoРоль: название, короткое имя или идентификатор. Готовые: owner, admin, builder, operator, observer. По умолчанию при добавлении назначается «оператор».
emailNoПочта того, кого добавляем в дело.
memberNoКого менять: почта, имя или идентификатор участия. Не указывайте для добавления.
extra_permissionsNoПрава поверх роли. Заменяет прежний список целиком.
revoked_permissionsNoПрава, отбираемые у участника вопреки роли. Заменяет прежний список целиком.
Behavior4/5

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

Annotations already signal that this is a mutating but non-destructive operation (readOnlyHint=false, destructiveHint=false). The description adds useful behavioral context: the presence or absence of member selects add-vs-update, and unregistered users are outside this tool's scope. It does not list all side effects, but the schema covers permission-list replacement, so the added context is sufficient.

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 compact: three short sentences, with the core mode distinction first and the relevant alternative routed at the end. Every sentence earns its place and there is no filler or repetition of the title.

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?

For a two-mode mutation tool with 7 parameters and no required fields, the description resolves the main ambiguity (add vs modify vs invite) clearly. The exhaustive schema fills in parameter-level details. A minor gap is that it does not explicitly state which parameters become required in each mode or describe the return value, but an agent can infer this from the description plus schema.

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%: every parameter has a meaningful Russian description, so the baseline is 3. The tool description reinforces the member/email mode split and the role-override behavior, but it does not add much beyond what the schema already states for each parameter.

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 names a specific operation with two clear modes: adding a registered user by email when member is absent, and changing a member's role and granular permissions when member is present. It also distinguishes itself from invites_create, which is for unregistered people. This makes its purpose unmistakable relative to siblings like members_list and members_remove.

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

Usage Guidelines5/5

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

The description explicitly states when to use this tool (add an already-registered person or modify their rights) and when not to use it (unregistered person: create an invite via invites_create). This direct routing to the alternative is exactly what an agent needs to select correctly.

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

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/uk-kd/operbots-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server