Skip to main content
Glama

Add somebody to a team

add_team_member

Put a workspace member on a team so they see its issues and sprints.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
teamYesTeam key like "ENG", team name, or team id.
personYesPerson name, handle, email, id, or "me".

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

The description adds behavioral context beyond the annotations by explaining the consequence of the action: the member gains access to the team's issues and sprints. It does not detail error cases or side effects, but the annotation flags already cover mutability, idempotence, and destructiveness.

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 a single concise sentence with no filler. The action is stated first and the outcome is appended efficiently.

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 simple two-parameter mutation tool with fully documented schema parameters, the description is sufficiently complete. It names the operation and its practical effect; only explicit return-value behavior or permission requirements are not addressed.

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 description coverage is 100%, with clear descriptions for both 'team' and 'person' including accepted formats. The tool description does not add parameter-level detail beyond what the schema already provides, so the baseline of 3 applies.

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 and resource: 'Put a workspace member on a team' and explains the intended effect 'so they see its issues and sprints.' This clearly distinguishes the action from sibling tools like remove_team_member or invite_member.

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?

The description makes the usage context clear: the person is already a workspace member and the goal is granting them team-level visibility. It does not explicitly list when-not-to-use it or point to invite_member as the alternative, but the context is unambiguous.

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.