Skip to main content
Glama

Set Micro project member

micro_member_set
DestructiveIdempotent

Assign or replace an existing account's project role by email with explicit confirmation. Select viewer, developer, or admin; viewers can never gain promotion authority.

Instructions

Add or replace one existing account's project role. Viewers can never receive promotion authority.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNoMicro project directory; defaults to the server working directory
roleYes
emailYes
confirmYesExplicit confirmation to grant or replace this account's project access
canPromoteNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
jsonNo
stderrYes
stdoutYes
commandYes
exitCodeYes
Install Server

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already indicate a mutating, destructive, idempotent operation. The description adds value by explicitly saying 'replace', implying the previous role is overwritten, and by warning that viewers can never receive promotion authority. This provides a meaningful behavioral constraint beyond the structured 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 short, front-loaded sentences convey the core operation and a key constraint with no filler. Every sentence earns its place, and the most important behavioral warning comes second for emphasis.

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?

Given the rich schema, output schema, and annotations, the description covers the critical action and the main safety constraint. The main gap is that 'promotion authority' is not explicitly linked to the canPromote parameter in the description, but the schema and output schema compensate for most missing detail.

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

Parameters4/5

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

Schema description coverage is only 40%, so the description does important work by framing 'role' and clarifying that 'promotion authority' cannot apply to viewers, which maps to the canPromote field. It does not explicitly describe email or confirm, but the schema already covers those with format, const, and descriptions.

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 states the action ('Add or replace') and the resource ('one existing account's project role'). It is semantically distinct from sibling tools such as micro_member_remove and micro_invitation_create, though it does not explicitly name those alternatives.

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 intended use is implied: set or replace the project role for an existing member, with the added rule that viewers cannot receive promotion authority. However, the description does not explicitly state when to prefer this tool over related member/invitation tools, nor does it name alternatives or exclusions.

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

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/microdotdo/micro-mcp'

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