Skip to main content
Glama

Change project member access

update_project_member_role
DestructiveIdempotent

Change one exact member to collaborator or viewer, or transfer ownership. Requires explicit confirmation because demotion cancels that member's active builds and pauses armed project agents, while ownership transfer changes the current owner's authority.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
roleYes
confirmYesExplicit confirmation for this exact member, project, and role.
member_idYes
project_idYes

TDQS

A4.2/5.0
Behavior5/5

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

The description substantially enriches the annotations: destructiveHint is true, and the description specifies concrete destructive consequences (demotion cancels active builds and pauses armed project agents, ownership transfer changes the current owner's authority). It also explains the explicit confirmation requirement, going well beyond the structured data.

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 tight sentences deliver the core action first and then the critical consequences. Every clause adds relevant information, and there is no filler or repetition of schema details.

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 destructive mutation tool with four required parameters and no output schema, the description conveys the essential call context: role options, confirmation requirement, and the significant side effects. It omits an expected return behavior, but the description is otherwise sufficient for an agent to invoke the tool safely and correctly.

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?

With schema description coverage at only 25%, the description partially compensates by explaining the role enum semantics (collaborator/viewer vs. ownership transfer) and reinforcing that confirm is required. However, it does not add meaningful detail about project_id or member_id beyond what the schema structures imply, leaving gaps for those 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?

The description uses a specific verb ('Change') and a clear resource ('one exact member'), and explicitly lists the possible outcomes: collaborator, viewer, or ownership transfer. This clearly distinguishes the tool from sibling tools like invite_project_member or remove_project_member.

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

Usage Guidelines3/5

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

The description conveys the context in which the tool is appropriate—changing an existing member's role, including demotions and ownership transfer—but it does not explicitly say when to use this tool instead of alternatives, nor does it name exclusions. Usage is implied rather than stated.

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
Disambiguation3/5

With 74 tools, many serve similar project/version/agent workflows (e.g., get_project vs get_project_context vs get_project_activity). Detailed descriptions help but the sheer volume creates selection risk for agents, especially between approve_version/approve_artifact_version and reject counterparts.

Naming Consistency4/5

Names predominantly follow a verb_object pattern (list_projects, create_public_preview, update_project_mission). Exceptions like 'act_on_project_os_task' and 'build_from_conversation' are minor, but the strong convention overall makes it predictable.

Tool Count1/5

74 tools is extreme—more than double the typical upper bound and far beyond what an agent can feasibly consider per task. The domain is broad, but the count borders on overwhelming and suggests lack of consolidation.

Completeness3/5

The surface covers project lifecycle, versioning, builds, agents, artifacts, feedback, and work assignments comprehensively. Yet there is no explicit create/delete project tool (only via build_from_conversation or start_project_on_engine), and no direct update to project metadata beyond mission/plan, leaving minor gaps.